Forum Discussion

Dennis's avatar
16 years ago

Set the Step Delay time from a property transfer

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.

1 Reply

  • omatzura's avatar
    omatzura
    Super Contributor
    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