Wait
Last updated
Was this helpful?
Last updated
Was this helpful?
The wait action in Avo Assure is found under the @Generic Element and it pauses the test for a set number of seconds before moving to the next step and allows user to delay execution for a specified time to accommodate system or process needs.
Input Value: <Time in Seconds>
<Time in Seconds> (Required)
Required time in seconds
Output Value:
<Dynamic Variable>;<Dynamic Variable> (optional)
This variable stores the result in true and false
Example:
Wait before performing the next action (e.g., 5 seconds)
The Wait action takes the value from the Input Value column (e.g., 5) and waits for 5 seconds before executing the next step. This wait allows time for elements to load, processes to complete, or the system to become ready. No output value is generated, but the execution status is stored in the {Status} variable, with the following possible values:
True – if the wait is completed successfully
False – if the wait is interrupted or fails