Navigation:  Actions > Test Driven Development > NUnit >

NUnit Action Output Tab

Previous pageReturn to chapter overviewNext page

This tab of the NUnit action configures output settings.

 

Label each test: Logs an identifying label at the start of each test case.

 

XML output file: Specifies the filename to log output to (optional).  If not specified, the file is named TestResult.xml and is placed in the working directory.

 

XML transform file: Specifies the output transform file (optional).  If not provided, NUnit uses a default transformation.

 

Note: This option does not apply to NUnit v2.5 and later.

 

Do not transform output: If checked, logs raw XML output rather than transforming it. This is useful when debugging problems with the XML format.

 

Redirect output to a file: Specifies a filename to redirect output to instead of logging to the Output pane (optional).

 

Processes: Controls how NUnit loads tests in processes.

 

Timeout: The default timeout to be used for test cases in this run. If any test exceeds the timeout value, it is canceled and reported as an error. If you do not use this option, no timeout is set and tests may run for any amount of time.