Forum Discussion

JMcKinley's avatar
JMcKinley
Contributor
16 years ago

Reading/Setting test case properties?

Through a groovy script, I know how to read/set test properites associated with a property step... for example: // define object def test = testRunner.testCase.getTestStepByNam("testPropertyStep")...