manual check
Display a modal dialog box asking user to perform a manual check.
Name | Description | Type | Modifier |
---|---|---|---|
prompt | Informational message to be displayed in the dialog box. | String | None |
expected | String specifying the condition for the passing of manual check. | String | None |
Result is Passed if the user clicks the Yes button displayed in the dialog box; Failed if he/she clicks No.
This action may be used within the following project items: test modules and user-defined actions.
prompt expected
manual check "this is a manual check action" textbox value="administrator"
- From the perspective of the test results, this action works just like any other check-type action, producing either a Passed or Failed result.
- To have TestArchitect skip all the manual check actions within a test, set the built-in setting skip manual check to yes.
- 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.