Log Items Panel

Applies to TestComplete 14.0, last modified on January 23, 2019

The Log Items subpanel of the Test Log panel displays a tree-like structure of test results. Test results are organized by projects, test items and underlying tests (keyword tests, script routines and so on); the log item names indicate the project elements that were run. When you select an item in the log tree, the panel on the right displays the results contained in that item.

The root item in the log tree corresponds to the project element you ran. For example, if you ran a project, the root item corresponds to the project's log; if you ran a single test, it contains the results generated for that test, and so on. If a test run included multiple iterations of a test project or test item, the test log includes the results for each of the iterations. The following image shows a sample log structure:

The Log Items panel

Click the image to enlarge it.

This log structure corresponds to a project run that included three test items, one of which was set to run three iterations, like shown on the image below:

Log structure

Click the image to enlarge it.

The icons of the log tree items indicate the test status:

  • - the test completed successfully.
  • - the test completed with errors and is considered failed. Note that all the parent items of a failed item are considered failed as well.
  • - the item completed with warnings. Note that all the parent items (except for the failed ones) of such an item are considered as completed with warnings as well.

To view the test results contained in a particular log item, select that item in the log tree. TestComplete will display the results in the panel on the right. Note that different project elements provide different presentations of test results. For more information, see Test Log Pages and Panels.

You can easily navigate within the log tree by using the Move Focus to Parent Level button on the test log's toolbar.

See Also

Test Results
Viewing Test Results
Test Log Pages and Panels

Highlight search results