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 DiscussionsManaging Failures - New vs. Expected/Known Issues403 forbidden issueDate as a Global property
Related ContentHow to use external groovy script to save code repetition in setup/teardown scripsShared StepsParameterized test step