13 years ago
How do I get TestRequest properties?
I have a SOAP Test step in SOAPUI. I would like to get hold of "Operation" under "TestRequest Properties" to do some verifications using this in a Groovy Script.
Tested:
testRunner.testCase.testSteps["GETCONTRACT"].getProperty("operation")
but this return null.
Suggestions?
Tested:
testRunner.testCase.testSteps["GETCONTRACT"].getProperty("operation")
but this return null.
Suggestions?