The statistics tabbed pane in the agent GUI displays the cumulative statistics for the tests in the test suite:
| Field | Description |
|---|---|
| currently active | The number of tests being run by the agent |
| passed | The number of tests that were run by the agent and had passing results |
| failed | The number of tests that were run by the agent and had failing results |
| error | The number of tests that were run by the agent and had errors |
| not run | The number of tests that were not run by the agent and were not filtered out by the JavaTest harness |
| exceptions | The number of tests that were filtered out of the test run by the JavaTest harness |