Wait
Last updated
Last updated
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>
Output Value: <Dynamic Variable> (Optional)
Scenario:
In this test for an online shopping website, when a user goes to a product page and clicks the “Add to Cart” button. The website takes a moment to update the cart, so the test waits for 3 seconds.
Output: When the test reaches the wait step, it waits for 3 seconds. This gives the website enough time to update the cart.