Forum Discussion

mforgues's avatar
mforgues
Occasional Contributor
14 years ago

Filling datagen number settings from properties

Hi,

Is it possible to fill the datagen number settings from properties?

I'm talking about the number settings like start, end, step and pattern.

Thanks,

Mathieu

1 Reply

  • mforgues's avatar
    mforgues
    Occasional Contributor
    I found this but I'm not sure if it's the correct way to proceed :

    testRunner.testCase.testSteps["DataGen"].getProperty("IDIncrement").getProperty().setCurrent(0)

    Also is it possible to modify the other attributs of the datagen number with this?

    Thanks,

    Mathieu