Jacob_Hassing
16 years agoContributor
set delay time dynamically
hi i am trying to set delay time dynamically from groovy script.
in sample project i added a groovy script with only this line :
testRunner.testCase.testSteps["Delay"].delay =9000
then added a delay step named "Delay"
script runs without problems, but delay is only the default 1000 millisecs
shouldn't that work ?
another question
can i in delay step use property expansion instead ?
in sample project i added a groovy script with only this line :
testRunner.testCase.testSteps["Delay"].delay =9000
then added a delay step named "Delay"
script runs without problems, but delay is only the default 1000 millisecs
shouldn't that work ?
another question
can i in delay step use property expansion instead ?