Versions Compared

Key

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

...

The following table shows how flags can be set in tasks of a test case. 

IconFlag NameDescription

Image RemovedImage Added

ExitTCIteration

If any task step fails, QAS skips executing the current test case iteration and starts executing the next iteration. If there is only one TC iteration, then the test case execution stops.

Image RemovedImage Added
ExitTaskIf any step of this task fails, QAS skips all the remaining steps of the current task, and starts executing the next step or task.

Image RemovedImage Added

Continue

If any step of this task fails, QAS does not exit and continues executing the remaining steps and tasks.

...

In a test suite, you can set the Test Case Level error handling flags for all the tasks to define the execution behaviour of the test suite. 
The following table shows how flags can be set in test cases of a test suite. 

IconFlag NameDescription
Image RemovedImage Added
ExitTCIterationIf any step fails, QAS skips executing the current test case iteration and starts executing the next iteration. If there is only one TC iteration, then the QAS starts executing the next test case.
Image Removed

 Image Added

ExitSuiteIf any step fails, QAS stops executing the whole suite.
Image RemovedImage Added
ContinueIf any step fails, QAS does not exit and continues executing the remaining steps and tasks.

...