Exporting test results to xUnit
How to export your test results to an XML file in xUnit format.
Choose one of the following two methods to export test results to xUnit:
Option 1: Manually exporting test results to an xUnit file.
Select the test results that you want to export to xUnit.
ヒント:You can select test results in the TestArchitect explorer tree, or in the result list view.Right-click the selection, and click Export > to xUnit .
In the Save As dialog box, choose a location and file name to which to save the xUnit file.
ヒント:You can accept the default location, but any place that is easy to remember will work.Click Save.
The test results are exported to the specified XML file in xUnit format.
Option 2: Automatically exporting test results to an xUnit file upon test completion.
In the TestArchitect explorer tree, select the test module(s) that you want to execute.
Click the Execute button on the toolbar.
In the Execute Test dialog box, click the Advanced Setting tab.
Select the Export Result(s) to xUnit check box.
Click the Browse button to choose a location and file name to which to save the xUnit file.
ヒント:You can choose the default location, but any place that is easy to remember will work.Click Execute.
TestArchitect saves the settings on the Advanced Setting tab and executes the test(s). After test execution completes, TestArchitect automatically exports the test results to the xUnit file at the specified location.
Related concepts