Monitoring

Last modified: April 18, 2024

1 Test Results

The link Monitoring/Results shows you pending and most recent tests to review the results of test case or test suite runs. You can switch between both views via tabs.

Results allows to search previous test runs by

  • Result
  • Name
  • Browser
  • After date
  • Before date
  • Executed by

You can deep dive by each test run for further analysis by clicking on its name or Rerun the test case.

Result Log Page of a Test Suite

The Result Log provides you more details about the test case in Test Steps, Screenshots and Error log tabs.

In tab Test Steps you can deep dive by clicking the test step for each step in your test case.

Result Log Screenshots Tab

Error log:

Result Log Error Tab

2 Running Tests

When building up or after finishing your test case, you want to run your test case in order to see if it works as intended.

The test case activities are completed based on the test step type. The test step type is used to control the execution flow of the activities execution. There are three types of test steps which are:

Setup

These are completed before starting the regular test run

Regular

Regular test steps

Teardown

Completed after the test run. If the test run fails because of an error these test steps are still completed.