Use the Audit Test Results window to generate and view the audit report of the tests in a work directory. To display the Audit Test Results window, choose Windows -> Open -> Test Results Auditor from the menu bar.
The following table describes the contents of the Test Results Auditor window.
Component | Description |
---|---|
Menu bar |
The Audit menu bar contains an Audit and a Help menu. The menu bar also contains JavaTest harness standard menus when the Tabbed and SDI window styles are used. See Change Window Styles for a description of the different styles of windows that the JavaTest harness provides.
Use the Audit menu to set options used to generate an audit report. See Setting Audit Options for a description of the Options dialog box. Use the Help menu to display online help for the Test Results Auditor window. See JavaTest harness Menus for a description of the JavaTest harness standard menus that can also be displayed on the menu bar. |
Text fields |
The following three text fields are displayed at the top of the window:
|
Tabbed panels | The JavaTest harness displays the audit report in the following five tabbed panels: |
The following table describes the audit category state and details displayed in the Summary panel.
Category | Description | |
---|---|---|
Result Files | Displays a summary of the audit for corrupted and missing test result files. See Bad Result File for a description of the detailed tab. | |
Checksums | Displays a summary of the audit of the test result files checksums. See Bad Checksum for a description of the detailed tab. | |
Test Descriptions | Displays a summary of the audit of the test descriptions. See Bad Test Description for a description of the detailed tab. | |
Test Cases | Displays a summary of the audit of the exclude list. See Bad Test Cases for a description of the detailed tab. | |
Test Results | Displays a summary of the test results audit. To pass the audit, all tests must have passing results. | |
Time Stamps | Displays the date and time when the first and the last tests were run. |
The Bad Result File panel lists any corrupted or missing test result files.
A corrupted or missing test result file indicates that the result file was edited.
The Bad Checksum panel lists all test result files with invalid checksums.
The result file checksums must match the reference checksums in the reference test suite. An invalid checksum indicates that a result file was edited.
The Bad Test Description panel lists all test files having edited test descriptions.
Test descriptions must match the reference test descriptions in the reference test suite. An invalid test description indicates that the test file was edited.
The Bad Test Cases panel lists all tests failing to execute the required test cases.
The test cases run must match the exclude list for the reference test suite. Tests failing to execute the required test cases indicates that the exclude list was edited.