Usha_KodaliFrequent Contributor17 years agoRepetition of a particular stepHi,I have test steps in my test case.I want to repeat executing a particular step say 5 times before moving to another step.How can i achieve this?
3 RepliesReplies sorted by Most LikedSmartBear_SuppoAlumni17 years agoI would recommend using groovy with a loop/Nenadhttp://eviware.comUsha_KodaliFrequent Contributor17 years agoI wrote the following code...teststep = testRunner.getTestCase().getTestStepByName('teststepname')10.times{testRunner.runTestStep(teststep)}SmartBear_SuppoAlumni17 years agocool :-)/Ole
Usha_KodaliFrequent Contributor17 years agoI wrote the following code...teststep = testRunner.getTestCase().getTestStepByName('teststepname')10.times{testRunner.runTestStep(teststep)}
Recent DiscussionsUnable to authenticate license in Ready API Login button unresponsiveSolvedAssertions Panel issue to update assertions since update 3.63ReadyAPI websocket plugin issue
Related ContentHow to use external groovy script to save code repetition in setup/teardown scripsShared StepsParameterized test step