Forum Discussion

sprice090161's avatar
sprice090161
Contributor
7 years ago
Solved

How can I programatically set (or write to) a "Properties" test step value?

I have already located the syntat to set a test cases custom property:

testRunner.testCase.setPropertyValue( "foo", bar )

 

This writes to the property defined under the "Custom Properties" tab, but I want to write to a property defined in the test cases local "Properties" test step.

 

Is this supported?