Forum Discussion
M_McDonald
15 years agoSuper Contributor
You can access a properties step like this:
[tt:pjgh5d1f]testRunner.testCase.getTestStepByName('Properties').setPropertyValue("MyProperty","123")[/tt:pjgh5d1f]
If the property does not exist it will be created, else overwritten.
Do you need to convert all the rows at once?
[tt:pjgh5d1f]testRunner.testCase.getTestStepByName('Properties').setPropertyValue("MyProperty","123")[/tt:pjgh5d1f]
If the property does not exist it will be created, else overwritten.
Do you need to convert all the rows at once?