Hi all. I need some help.
I'm placing an order and after the order is processed I go to another page and check that the status of the order is "Complete". When I arrive on the page to check the status, it could take anywhere from 2 to 10 minutes to appear on the screen. I'd like to be able to go to the status page, and reload the page every 3 or 4 minutes, and after each reload check to see if the status is now "Complete". Once it has verified that the status is "Complete", then it continues with the rest of the test case. I'm not sure how to do the reload and check the status every 4 minutes until it passes (or fails).
Any recommendations on how to do this??
Your help is appreciated. Thanks!