Versions Compared

Key

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

Error handling settings allow users to specify behavior of Qualitia when there is any error during execution of "Actions".

Please noteNote:

...

  • Error handling settings are applied only for error conditions and not defects.

For

...

example, execution status of following step is "Defect" and not "Error".
CompareString "a" "ab" "true"

  • Error handling settings do not apply if the expression in IF/ELSE IF steps is invalid.

Anchor
_Toc481578427
_Toc481578427
OnError settings at step level

Qualitiakeywords Qualitia keywords are provided to specify error handling at step level. Users can select keywords from Action dropdown drop-down for Test case as well as task steps.
The keywords for steps are:

...

  1. ExitTestCase
    1. If this setting is specified, execution will skip the current iteration of test case and execute next iteration. If there is only one TC iteration, then the test case execution will stop.
    2. Stop execution of TestCase if any step in this test case fails.
  2. ExitTask
    1. If any step of this task fails, skip all following steps and execute next task
  3. Continue
    1. On any error in any step, do not exit. Continue execution of following next steps and tasks.

Anchor
_Toc481578429
_Toc481578429
OnError settings for Suite execution

...

  1. ExitSuite: In case of any failure in any step of any task of a TestCase, stop suite execution.
  2. ExitTetCase: If this setting is specified, execution will skip the current iteration of test case and execute next iteration. If there is only onetest one test case iteration, then the test case execution will stop . And and next Test Case in suite will be executed.
  3. Continue: Continue execution of suite in case of any failures.

...

  • If on Suite screen, user specifies value as "Continue" and on TestCase screen, values specified are "ExitTask" or "ExitTestCase", then settings on TestCase screen would be applicable.
  • For values other than "Continue", the setting on Suite screen overrides the setting on test case screen.
  • Hence if any task in a TestCase has "ExitTestCase" / "ExitTask" / "Continue" on TestCase screen, but has "ExitSuite" on Suite screen, then in case of any error in Test Case (excluding invalid expression), Qualitia will effectively do "ExitSuite".


On Error Condition

 

Overriding screen

Resulting setting

TC screen

Suite screen

Setting

 

Continue

Continue

TC

Continue

ExitTask

Continue

TC

ExitTask

ExitTestCase

Continue

TC

ExitTestCase

Continue

ExitTestCase

Suite

ExitTestCase

ExitTask

ExitTestCase

Suite

ExitTestCase

ExitTestCase

ExitTestCase

Suite

ExitTestCase

Continue

ExitSuite

Suite

ExitSuite

ExitTask

ExitSuite

Suite

ExitSuite

ExitTestCase

ExitSuite

Suite

ExitSuite