Forum Discussion
Benz_Andreas
17 years agoOccasional Contributor
OK
their are some different things
If you want set the TestCase properties from a Script Assertion you need
context.testCase.setPropertyValue("PropertyName", "PropertyValue");
If you want set the TestCase properties from SetupScript you need
testRunner.testCase.setPropertyValue("PropertyName", "PropertyValue");
Sorry for my to fast wrong first Answer
Thanks
Andy
their are some different things
If you want set the TestCase properties from a Script Assertion you need
context.testCase.setPropertyValue("PropertyName", "PropertyValue");
If you want set the TestCase properties from SetupScript you need
testRunner.testCase.setPropertyValue("PropertyName", "PropertyValue");
Sorry for my to fast wrong first Answer
Thanks
Andy