Glenn_Halstead
17 years agoOccasional Contributor
Is it really so hard to WRITE context properties?
There seems to be a number of ways to read context properties but the only way to write them is:
and getProjectByName stops me running from the command line.
I'm hoping someone's gonna say 'don't be so dumb! you just do it like this'.
Glenn
def testProject = testRunner.testCase.testSuite.project.workspace.getProjectByName("myProject")
testProject.properties["myProperty"].value = "myValue"
and getProjectByName stops me running from the command line.
I'm hoping someone's gonna say 'don't be so dumb! you just do it like this'.
Glenn