larryxFrequent Contributor12 years ago[Resolved] exit for loop in GroovyHello, In Groovy there is for loop syntax as below. for (int i=0; i<10; i++){ //do sth if (condition){ break; } } However, the above code not work if run in soapui. Is anyway to ...Show More
Sage_Software_IOccasional Contributor12 years agoDid you try to:If(condition){i = n}where n = 10 in this caseThis might work
Recent DiscussionsUnable to authenticate license in Ready API Login button unresponsiveSolvedAssertions Panel issue to update assertions since update 3.63ReadyAPI websocket plugin issue
Related ContentExit code 1073807364Exit SoapUIScript1.groovy: 3: unable to resolve class org.apache.commons.net.ftp.FTPClient @ line 3, column 1