Forum Discussion
PaulMS
9 years agoSuper Contributor
To add step in existing test case
tc = context.testCase ts = tc.addTestStep( 'properties', 'PropertiesStepName' ) ts.setPropertyValue( 'PropertyName', 'value' )
sakthivel
9 years agoContributor
Awesome. Thanks for your help. Again Lot of thanks. :). It is working for me