anushar17
8 years agoNew Contributor
how to loop a test request to rerun when failed at previous attempt
I have a REST GET request step( Step 1) where on first attempt it gives null response and on rerunning the same test again with same test conditions (Step 1)gives the valid response. I have a follow up request (Step 2) which refers to Step 1 response and it fails as Step 1 failed.
In this condition, what steps can be added to get the valid response from Step 1 from next few attempts.
Is there a way to loop or rerun a particular step on failures and then transfer the valid response values from Step 1 to Step 2.