|
Title: Set the Step Delay time from a property transfer Post by: Dennis on June 03, 2008, 10:02:21 pm Is it possible to set the Step Delay time from a property transfer? I would like to set a property for the delay time and then reuse that delay value between multiple test case steps. Thanks.
Title: Re: Set the Step Delay time from a property transfer Post by: omatzura on June 04, 2008, 01:45:15 pm Hi!
Currently you will need to use a script to set the step delay, something in the line of testRunner.testCase.testSteps["Delay step"].delay = ... The next version will support property-expansion in the delay value which makes this much easier.. regards! /Ole eviware.com |