要求されたページは選択されたバージョンでは利用できない。
on timeout action
Description
Specify the action to be invoked in the event of a timeout event, which occurs in the INITIAL section, individual test cases, as well as the FINAL section.
Arguments
action
Name of the action to be executed
argument 1, argument 2,…, argument N
(Optional) Arguments to be passed to the action specified in the action argument.
Valid contexts
This action may be used within the following project items: test modules and user-defined actions.
Notes
- Applies to TestArchitect 8.3 Update 4 and higher.
- The number of optional arguments depends on the requirements of the action specified in action. (See Examples below.)
- The invoked action has its own timeout period which is configured in the cleanup timeout built-in setting. Therefore, when the duration of the test case timeout’s action handler exceeds the timeout period, the remaining lines of the action handler will stop instantly.
- This action supports the <ignore> modifier. If the string
<ignore>
is present as the value of any of the arguments, or any argument contains an expression that evaluates to<ignore>
, the action is skipped during execution.
Applicable Built-In Settings
The following settings are applicable to this action: remove double quotes from cells.
Example - Case 1: Timeout handler with no arguments
Action Lines
Example - Case 2: Timeout handler with arguments
Action Lines
Related concepts