Wait
Last updated
Last updated
The "wait" action in Avo Assure, located under @Generic Element, allows users to pause a test for a specified number of seconds. This feature lets user to delay execution for a specified time to accommodate system or process needs.
Input Value: <Time in Seconds>
Output Value:< Dynamic Variable> (Optional)
In this test for an online shopping website, when the 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.