Pause Execution
Last updated
Was this helpful?
Last updated
Was this helpful?
In Avo Assure, the Pause Execution action is located under @Generic Element, allows execution to pause at any specified step, resuming only after the user clicks OK in the pop-up dialog. Place it before or after the test step where you wish to introduce the pause.
Input Value: N/A
N/A
Not Applicable
Output Value:
<Dynamic Variable>;<Dynamic Variable>(Optional)
This variable stores the status as true or false
Example: Temporarily Halt Execution Until User Confirmation
The Pause Execution action temporarily halts execution, resuming only after the user clicks the OK button in the pop-up dialog. The pause duration is not stored in a variable, but the action's status is saved in the {Status} variable with the following possible values:
True – if the execution is paused successfully
False – if the pause fails or is interrupted