Is there a way to construct a test that includes a 'while' or 'repeat/until' loop around a series of steps in a test case? I am using SOAPUI Pro 2.5.1 Thanks, Jim Cusack
You can do it by using Groovy and call the testcase from a groovy script, possibly the script would be in another testcase, and call the relevant testcases within the loop.