Forum Discussion

I-many_Software's avatar
I-many_Software
New Contributor
15 years ago

How to create property in datasource at run time.

Hi,

I am trying to create a property in data source at run time using groovy script. It doesn't throw any error but also doesn't create any property. Below is the code snippet.

testRunner.testCase.testSteps["LoginDS"].setPropertyValue("test","123")
No RepliesBe the first to reply