Back to Contents
Generating Reports

 

The system is able to generate reports in either ASCII or HTML format. These reports come in two flavours - detailed and outline. The report can be shown on screen in a browser, or alternatively it can be stored to a file.

Reports can be generated for a TestSuite, or for a subset of a TestSuite. The report will give information about the Testcases in the TestSuite, and the procedures and properties that have been set against each Testcase. The following picture shows a section of a detailed HTML report for a TestSuite.

It is also possible to generate reports for a Run, or for a subset of a Run. The report will give information about the Testcases executed, the status of each Testcase, and the execution time. It will also give a summary of the pass/fail
statistics of the Run. The following picture shows a section of a detailed HTML report for a Run.


Back to Contents