The test progress display located at the bottom of the Test Manager window contains (from left to right) two display areas and two buttons:
Click the button to open a list of the monitors you can use in the test progress display. You can display either the elapsed time of the current test run or a run progress meter of the current test run.
The elapsed time monitor displays the time that has elapsed since the start of the current test run.
The run progress meter displays a colored progress bar representing the test results in your current test run. As tests are completed, the JavaTest harness displays their status as colored segments in the progress bar.
The colors used in the progress bar represent the relative quantities of completed tests by their status. The JavaTest harness displays test results from left to right in the following order:
Color | Status | Description |
---|---|---|
Green | Passed | Tests in the test run having passing results when they were executed. |
Red | Failed | Tests in the test run having failed results when they were executed. |
Blue | Error |
Tests in the test run that the JavaTest harness could not execute.
Errors usually occur because the test environment is not properly configured. |
White | Not run | Tests in the test run that the JavaTest harness has not yet executed. Tests excluded from the test run are not included. |