Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Panel
titleContents

Test Execution - Reference pages

Execution Runner and Statistics Reference

Table of Contents

...

Panel

Execution Runner - Operations



Navigate through contained testsUse the icons located in the top right corner to navigate through the tests of the execution.
The tests are presented in the sequence specified in the plan tree of the corresponding test plan.
Although you can navigate through the tests, they still have to be executed in the given sequence. 
Set the status of test steps

Use the buttons next to a test step to set its status.
The test steps are presented in the sequence specified in the definition of the corresponding test and have to be executed in this sequence.
You can choose from one of the following status:

  • (Step passed)
    The test step was executed successfully and the next test step can be executed.
  • (Step failed)
    The execution of the test step failed. The test step and the corresponding test case is marked as failed.
    The execution is completed and marked as failed. All remaining tests test cases and test steps are marked as skipped.
  • (Step failed and continue)
    The execution of the test step failed. The test step and the corresponding test case is marked as failed.
    Remaining test steps of in the failed test case are marked as skipped and the execution continues with moves on to the next steptest case.
    Although the execution continues its status will be set to failed. 
Add a test step result

Use the button next to a test step to enter a description of the test step result.
Adding a test step result is optional if the test step was marked as passed since the expected result should be already specified.
When a test step is marked as "failed" or "failed continue" a test step result is required. 

Set the status of tests

Use the buttons in the bottom left corner to set the status of a complete test.
You can choose from one of the following status:

  • (Test passed) 
    The test was executed successfully and the next test can be executed.
    The test and all of its test steps are marked passed. 
  • (Test failed)
    The execution of the test failed. The test is marked as failed and its remaining test steps are marked as skipped.
    The execution is completed and marked as failed. All remaining tests and test steps are marked as skipped. 
  • (Test failed and continue) 
    The execution of the test failed. The test is marked as failed and its remaining test steps are marked as skipped.
    The execution continues with the next test. Although the execution continues its status will be set to failed.
Add a test resultUse the Test Result input field to specify a test result.
Adding a test result is optional if the test was marked as passed.
When a test is marked as "failed" or "failed continue" a test result is required. 
Stop the executionClick Cancel to interrupt the current execution and close the execution runner.
The state of the execution will be saved and the execution can be resumed later.
Show execution statisticsIf the execution was completed click on the Show execution statistics button to display the execution results.
An execution is completed as soon as all tests and test steps are marked as passed or a single test or test step is marked as failed. 


...