Forum Discussion
SmartBear_Suppo
Alumni
11 years agoHi,
Why don't you use a property such as "count" and increment the value each run?
Regards,
Marcus
SmartBear Support
Why don't you use a property such as "count" and increment the value each run?
def count = testRunner.testCase.getPropertyValue( "Count" )
count = count + 1
testRunner.testCase.setPropertyValue("Count",count)
Regards,
Marcus
SmartBear Support