ario
8 years agoNew Contributor
Groovy Script to Add New Property ?
Hi, Is that possible to add a new property using groovy script? I have added a "Properties(0)" test step without any property in it, is that possible to use groovy script to add a property an...
- 8 years agoA test case level property?
context.testCase.setProperty('PROP_NAME', 'string value')
To access the above value, use property expansion in other request steps such as ${#TestCase#PROP_NAME}