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
larryxFrequent Contributor12 years agoThanks a lot Sage. I figure out both work bcoz other issue caused the situation.
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