C++ Test Report Generator - atopospro
Purpose
The C++ Test Report Generator processes a trace file produced during test execution, and generates a test report that can be viewed in the GUI.
Syntax
atopospro -ots {<ots files>} -tdf <tdf file> -xrd <xrd file>
where:
<ots files> is a list of .ots intermediate files generated by the C++ Test Script Compiler.
<tdf file> is the .tdf dynamic trace file generated during the execution of the application under test.
<xrd file> is the .xrd report file to be generated by the Report Generator.
Example
atopospro -ots script.ots contract1.ots contract2.ots -tdf bar.tdf -xrd report.xrd
Return Codes
After execution, the program exits with the following return codes
Code |
Description |
0 |
End of execution with no errors |
1 |
Abnormal termination |
All messages are sent to the standard error output device.