Forum Discussion
SmartBear_Suppo
Alumni
15 years agoHello,
Sure, this can be done. The setPropertyValue method will create the Property first, if it doesn't already exist:
Regards,
Dain
eviware.com
Sure, this can be done. The setPropertyValue method will create the Property first, if it doesn't already exist:
testRunner.testCase.testSuite.project.setPropertyValue( "MyNewProperty", "value" )
Regards,
Dain
eviware.com