The Test Tree Pane

The test tree pane is divided into two sections. The top section contains the test tree and the bottom section contains the view filter combo box.

Test Tree

Use the test tree to view the folders and tests in a test suite. The JavaTest harness uses colored icons in the test tree to indicate both the current run status and the test result status of the:

The goal of a test run is for the root test suite folder to become green signifying all tests in the test suite that are not filtered out have passed.

By browsing the tree it is possible to find all folders containing tests that have not passed.

When you click a folder icon or a test icon in the test tree, the JavaTest harness displays its tabbed pane in the Test Manager information area.

View Filter Combo Box

At the bottom of the test tree is a combo box that you can use to select a filter for displaying the folders and tests in the test tree.

Selecting a view filter does not filter the tests that are run. Refer to the configuration editor or the parameter editor for filtering the tests that are run.

The JavaTest harness includes a Current Configuration filter and an All Tests filter.

The Current Configuration filter displays the folders and tests selected in the parameter editor or the configuration editor.

The All Tests filter displays all folders and tests in the test suite without respect to the exclude lists or any other settings.

Individual test suites can include additional filters in the combo box. Refer to your test suite documentation for additional information about the test suite specific filters that are available for your use.