You can use the Report browser or a web browser to display harness reports.
If you choose to only generate a text report in an existing directory
containing HTML reports, you must use an external text editor or web
browser to view the summary.txt
file. To use the Report Browser
when viewing text reports, generate the text only report either in a new
report directory or in an existing report directory that only contains
plain text reports.
To display reports in the report browser:
The harness opens a file chooser dialog box for you to specify a report directory. When you specify a report directory, the harness opens the Report Browser.
summary.txt
hyperlink to the summary page. The summary
page provides a text list of tests that were run and their test result status. report.xml
hyperlink to the XML report page. The
XML Report page provides a report of the configuration values used to run
the tests, the tests that were run, and their test result status.
The following table describes the contents of the Report Browser.
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 harness adds their names to the drop-down list enabling 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. |
See Keyboard access for a description of how the keyboard can be used to navigate the Report Browser.
The following table lists and describes the HTML report files.
Report Files | Description |
---|---|
config.html |
Contains the configuration interview questions and your answers used for the test run. |
env.html |
Contains the name-value pairs derived from the configuration file 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 |
Contains links to all of the HTML files and additional information. |
You can view the reports offline by opening the html
files
in a web browser or the summary.txt
report
in any text
editor.
The report.html
file is the root file that links to the other
HTML reports. The summary.txt
report
contains a list of all tests that were run, their test results, and their
status messages.
Copyright © 2002, 2010, Oracle and/or its affiliates. All rights reserved.