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 DiscussionsCom server permission error on Process.startReuse adapted xml file and send in RESTManaging Failures - New vs. Expected/Known Issues
Related ContentExit code 1073807364Exit SoapUIScript1.groovy: 3: unable to resolve class org.apache.commons.net.ftp.FTPClient @ line 3, column 1