You can use the JavaTest Report browser or a web browser to view reports.
Choose Report > Open Report from the menu bar. The JavaTest harness opens a file chooser dialog box for you to specify a report directory. When you choose a report directory, the JavaTest harness opens the Report Browser and displays the report.html file in that directory.
The Report Browser consists of:
Component | Description |
---|---|
Menu bar |
The menu bar contains a File and a Help menu.
|
Tool bar |
The tool bar contains a File field and three navigation buttons.
The File field displays the name of the current report and provides a drop down list of reports previously opened in the browser. As reports are opened the JavaTest harness adds their names to the drop down list allowing you to navigate to any previously displayed report.
|
Contents area | The Report Browser displays the report file contents in the area below the tool bar. The Report Browser displays text files as well as html files. For html files, you can use hyperlinks in the report to display additional related reports. |
If you choose to view the reports offline, use a web browser to open the report.html file located in the appropriate report directory.
The report.html file is the root file and links to all of the other HTML reports.
Report Files | Description |
---|---|
config.html | Contains the configuration interview questions and your answers used for the test run. |
env.html | Contains the test environment names and values that were used for the test run. |
error.html | Contains a list of the tests that had errors and could not be run. |
excluded.html | Contains a list of the tests that were excluded from the test run. |
failed.html | Contains a list of the tests that were executed during the test run but failed. |
notRun.html | Contains a list of all tests that were not excluded from the test run but were not run. |
passed.html | Contains a list of the tests that were executed during the test run and passed. |
report.html | The root file that links to all of the other HTML reports. |
The JavaTest harness also generates a summary.txt report that contains a list of all tests that were run, their test results, and their status messages. You can open the summary.txt file in any text editor.