Usha_KodaliFrequent Contributor16 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_SuppoAlumni16 years agoI would recommend using groovy with a loop/Nenadhttp://eviware.comUsha_KodaliFrequent Contributor16 years agoI wrote the following code...teststep = testRunner.getTestCase().getTestStepByName('teststepname')10.times{testRunner.runTestStep(teststep)}SmartBear_SuppoAlumni16 years agocool :-)/Ole
Usha_KodaliFrequent Contributor16 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 unresponsiveReadyApi 3.64.0 parallel executionUnable to authenticate license in Ready API Login button unresponsiveSolved
Related ContentHow to use external groovy script to save code repetition in setup/teardown scripsShared StepsParameterized test step