jsreesoapContributor12 years agoHow to stop execution when it gets out of loop// run ten random requests for( i in 1..10 ) { if( Math.random() > 0.5 ) testRunner.runTestStepByName( "Request 1") else testRunner.runTestStepByName( "Request 2") } // do ...Show Moreppscript+structure.PNG13 KB
SmartBear_SuppoAlumni12 years agoFor assertions, please see the solution suggested on this post: http://forum.soapui.org/viewtopic.php?t=359#p1303Thanks, GiscardSmartBear Support
Recent DiscussionsChange the UI style of ReadyAPi 4.0?JDBC fails with "org.apache.xmlbeans.impl.values.XmlValueDisconnectedException" error in TestEngineCan't type in endpoint in Ready API 4.0
Related ContentStopping executionStop TestComplete Suite execution using C# codeStop Skimming PDFs, Start Automating PDF Testing