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
Recent Discussions4.0.1 Not marking test as passedWhich Log4j VersionReadyAPI 4.0.1: How to see overview of open messages
Related ContentStopping executionStop TestComplete Suite execution using C# codeStop Skimming PDFs, Start Automating PDF Testing