The JavaTest harness provides information you can use in troubleshooting problems in running tests and in using JavaTest Agents.
The goal of a test run is for all tests in the test suite that are not filtered out to have passing results.
If the root test suite folder contains tests with errors or failing results, you must troubleshoot and correct the cause to satisfactorily complete the test run.
There are two types of problems that can occur when running tests:
Problem | Description |
---|---|
![]() |
Tests with errors are tests that could not be executed by the JavaTest harness. These errors usually occur because the test environment is not properly configured. Use the Test tabbed panes and the Configuration Editor to help determine the change required in the configuration. |
![]() |
Tests that fail are tests that were executed but had failing results. The test or the implementation may have errors. Use the Test tabbed panes |
See Troubleshooting a Test Run for information about the resources that the JavaTest harness provides for troubleshooting.
See Troubleshooting JavaTest Agents for information about the tools that the JavaTest harness provides for troubleshooting problems using JavaTest Agents.