The JavaTest harness displays the Test Manager: Progress Monitor dialog box when you:
The information in the dialog box only pertains to the current configuration and is not altered by the view filter setting.
The Progress information area contains four text fields and a progress bar.
Passed | Displays the number of tests in the test suite that were run and had passing results |
Failed | Displays the number of tests in the test suite that were run and had failing results |
Errors | Displays the number of tests in the test suite could not be run |
Not Run | Displays the number of tests in the test suite have not yet been run |
Test Results |
A colored progress bar representing the results of the tests in the test suite
As tests are completed, they are displayed as colored segments in the progress bar. The colors used in the progress bar represent the current status of the tests. The progress bar is the same as that displayed at the bottom of the Test Manager window. |
The colors used in the progress bar are displayed from left to right in the following order:
Status | Description | |
---|---|---|
Green | Passed | Tests that passed when they were executed |
Red | Failed | Tests that failed 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 yet run | Tests that have not yet been executed and are not excluded from the test run. |
You can also display the progress bar in the test status display by clicking the icon and then choosing Run Progress Meter from the selectable list. See Test Progress Display for detailed information.
The Time area contains two fields:
Elapsed: | The actual elapsed time from the start of the test run |
Remaining: | The estimated time required to run the remaining tests in the test suite not filtered out by the current configuration parameters. |
The Memory area contains two text fields and a bar graph.
Used: | The memory used to run the test |
Total: | The total memory available for use by the Java virtual machine |
The Tests in Progress text box displays the names of the tests that the JavaTest harness is currently running. The text box is empty when idle.