Test Plan HTML report generator

The Test Plan Report Generator creates reports in an HTML format from data collected during a 'light' analysis of the PTU files that you enter as parameter of the command line interface.

Syntax

To generate a test plan that you create from PTU test scripts in a command line interface tool, use the following command:

For Windows, enter the following command:

java -Djava.library.path=<installation folder>/bin/intel/win32 -jar <installation folder>/bin/
intel/win32/TestPlanHTMLReport.jar -files { <file>} -report <report> -template <template>
 -project <project> -folders {<folder>} -recursive -version

For Linux, enter the following command:
java -Djava.library.path=<installation folder>/bin/intel/linux_64 -jar <installation folder>/bin/
intel/linux_64/ TestPlanHTMLReport.jar -files { <file>} -report <report> -template <template>
 -project <project> -folders {<folder>} -recursive -version
Description of the command parameters:
  • file are the PTU files separated by coma.
  • report is the HTML output file
  • template is the template file used for the report.
  • project is the name of the project
  • folder is a folder that contains the PTU files
  • recursive option is used to analyze folders recursively. It applies only to the folders.
  • version option is used to display the version of the Test Plan HTML Report Generator

The files and folders parameters are optional, but at least one PTU file must be found during the analysis.