Forum Discussion

mgroen2's avatar
mgroen2
Super Contributor
6 years ago

loop a http request, check response code and break the loop if response code <> 404

In ReadyAPI/SOAPUI, I need to go through some sort of "While loop" for a request.   here is the loop: 1. send the http request; 2. evaluate response code; 3. re-execute step 1 if response c...