Forum Discussion
deepesh_jain
14 years agoFrequent Contributor
Hi,
Try the following:
ts = testRunner.testCase.getTestStepByName( <property_step_name> );
ts.getProperty(<property_name>).setValue(temp);
Let me know if this helps.
Thanks,
Deepesh
Try the following:
ts = testRunner.testCase.getTestStepByName( <property_step_name> );
ts.getProperty(<property_name>).setValue(temp);
Let me know if this helps.
Thanks,
Deepesh