Forum Discussion
SmartBear_Suppo
16 years agoSmartBear Alumni (Retired)
Hello,
You need to use a Groovy script TestStep for this. For instance to use a property that is located in the TestCase, you could use this:
Regards,
Dain
eviware support
You need to use a Groovy script TestStep for this. For instance to use a property that is located in the TestCase, you could use this:
def count = Integer.parseInt(testRunner.testCase.properties['count'].value)
testRunner.testCase.properties['count'].value = --count
if(count > 0)
testRunner.gotoStep(testRunner.testCase.getTestStepIndexByName('YourTestStep'))
Regards,
Dain
eviware support
Related Content
- 6 years ago
Recent Discussions
- 10 hours ago