Action-related
This table shows actions that can affect the script result:
Action | Description |
---|---|
Exit Test | The script can affect its result by an explicit call to the Exit Test action and pass the desired return value. User-defined values are allowed, but cause the "failed" Log status; see above.
Note: Control is returned to the caller, if any.
|
Abort Test | The Abort Test action causes an "aborted" script result.
Note: The entire test is aborted; any parents are also terminated.
|
Check Field/Check Variable | These actions have a "stop if check fails" option to terminate the script if the checked condition is not met. This causes the "failed" script result.
Note: Control is returned to the caller, if any.
|