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 Tasks > Audit Test Results from the menu bar.
The Audit Test Results window contains:
Component | Description |
---|---|
Menu bar |
The Audit menu bar contains an Audit and a Help menu. The menu bar also contains JavaTest standard menus when the Tabbed and SDI window styles are used. See Changing Window Styles for a description of the different styles of windows that the JavaTest harness provides.
|
Text fields |
Three text fields are displayed at the top of the window:
|
Tabbed panels | The JavaTest harness displays the audit report in five tabbed panels: |
The Summary panel provides the state and details for each of the following audit categories:
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.