Opening Reports from the Command Line

Command Line Interface

Once the test harness or application has been successfully run, you will want to view the test result files in the HCL OneTest Embedded. To do this, simply invoke the studio binary with the corresponding result files. Some reports require at least two files to be opened simultaneously.

  • Code Coverage: .fdc and .tio files

  • Memory Profiling for C and C++: .tsf and .tpf files

  • Performance Profiling: .tsf and .tqf files

  • Runtime Tracing: .tsf and .tdf files

  • Test Reports: .xrd files

Alternatively, you can launch the GUI (studio) and use the Browse Reports feature to open the report files. See Opening a Report.

Report Viewers

The GUI opens the report viewer adapted to the type of report:

Examples

To open the Runtime Tracing UML sequence diagram:

studio MyApp.tsf MyApp.tdf

To open a Test Report file

studio MyTest.xrd

Related Topics

Opening a Report | Splitting the Trace Dump File