...
- If on the Suites screen, user specifies value as "Continue" and on the Test Cases screen, values specified are "ExitTask" or "ExitTCIteration", then settings specified on the Test Cases screen will be applicable.
- For values other than "Continue", the setting on Suites screen overrides the settings specified on the Test Cases screen.
- If any task in a Test Case has "ExitTestCaseExitTCIteration" / "ExitTask" / "Continue" on the Test Cases screen, but has "ExitSuite" on Suites screen, then in case of any error in Test Case (excluding invalid expression), Qualitia will effectively exists the suite execution.
On Error Condition |
| Overriding Screen | Result |
---|---|---|---|
TC Screen | Suite Screen | Setting |
|
Continue | Continue | TC | Continue |
ExitTask | Continue | TC | ExitTask |
ExitTestCaseExitTCIteration | Continue | TC | ExitTestCaseExitTCIteration |
Continue | ExitTestCaseExitTCIteration | Suite | ExitTestCaseExitTCIteration |
ExitTask | ExitTestCaseExitTCIteration | Suite | ExitTestCaseExitTCIterationExitTestCase |
ExitTCIteration | ExitTestCaseExitTCIteration | Suite | ExitTestCaseExitTCIteration |
Continue | ExitSuite | Suite | ExitSuite |
ExitTask | ExitSuite | Suite | ExitSuite |
ExitTestCaseExitTCIteration | ExitSuite | Suite | ExitSuite |