exit test module
Exit the current test module (skip all remaining action lines and test cases) and, if applicable, continue with the calling test module and/or the next module of the test run.
Name | Description | Type | Modifier |
---|---|---|---|
exit status | (Optional) Determine whether the overall final result status must be Not Finished or not. (see below) Possible values:
| Value Set | incomplete, complete |
None
This action may be used within the following project items: test modules and user-defined actions.
start application
 
username password
login alex ta
 
window
if window not exists welcome
 
exit test module
 
else
window control
click welcome view orders
 
end if
This action can be used to handle an error situation.
exit status argument:
- This argument applies to TestArchitect 8.3 Update 5 and higher.
Table 1. Exit Status Reference
Status Description Incomplete (Default) The overall status of test results is always Not Finished. Complete The overall status of test results is not necessarily Not Finished.