Wait
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.
Syntax
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 as Ture or False

Last updated
Was this helpful?