rf
11 years agoOccasional Contributor
How do I abort an infinite for/while-loop?
In some cases I want to use a for/while loop until a certain condition is achieved using a groovy script. If the condition is not achieved I have an infinite loop. Is there any way of aborting this loop without killing the SoapUI NG process using the task manager?