Pause Execution

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.

Syntax

Input Value: N/A

Argument
Description

N/A

Not Applicable

Output Value:

Argument
Description

<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

Last updated

Was this helpful?