on error
Specify the execution path to take in the event of an error.
Name | Description | Type | Modifier |
---|---|---|---|
behavior | Action to be taken when an error occurs. Allowable values:
| Value Set | continue, exit action, exit test case, exit test module |
None
This action may be used within the following project items: test modules and user-defined actions.
Action lines
Initial
behavior
on error exit test case
Test case: TC 01, 'on error' action work correctly with the 'exit test case' behaviour
program
start program C:\Program Files\LogiGear\TestArchitect\samples\CarRental\CarRental.exe
 
window control
check control exists login sign up
 
window control value
enter login user name Alex
Result
- This action supports the <ignore> modifier. If the string
<ignore>
is present as the value of the argument, or the argument contains an expression that evaluates to<ignore>
, the action is skipped during execution.