The test progress display located at the bottom of the Test Manager window contains (from left to right) two areas and two buttons:
Click the button to open a drop-down list of monitors you can use in the test progress display. You can display either the elapsed time of the test run or a run progress meter.
Displays the time since the start of the current test run.
A colored progress bar of the tests in the test suite. As tests are run, they are displayed 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 test results are displayed from left to right in the following order:
Color | Status | Description |
---|---|---|
Green | Passed | Tests with passing results when they were executed. |
Red | Failed | Tests with failed results when they were executed. |
Blue | Error |
The JavaTest harness could not execute these tests.
Errors usually occur because the test environment is not properly configured. |
White | Not run | Tests that are not yet executed by the JavaTest harness and are not excluded from the test run. |