Forum Discussion
2 Replies
- Hello,
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 - Holly_GregerContributorOh wow, i looked at that method call in the API 1000 times and never thought it would create the property if it didn't exist. No documentation. Thank you so much, this is just what i needed.