要求されたページは選択されたバージョンでは利用できない。
exit test module
Description
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.
Arguments
exit status
(Optional) Determine whether the overall final result status must be Not Finished or not. (See Notes below.)
Possible values:
- complete: The operation is successful.
- incomplete: (Default) The operation is unsuccessful.
Valid contexts
This action may be used within the following project items: test modules and user-defined actions.
Notes
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. - This argument applies to TestArchitect 8.3 Update 5 and higher.
Applicable Built-In Settings
The following settings are applicable to this action: none.
Example
Action Lines
Result