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.

 

NUnitOutput

 

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.

 

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).