leighk51
8 years agoNew Contributor
Using Groovy to set JMS Properties
I've looked all over the place and don't seem to be able to find much information at all. I need to transfer a value into one of my JMS Properties (not the JMS Headers, the Properties themselves)....
- 8 years agoGo to test case level custom properties which is on left hand side, down side.
Define the property name, say PROPERTY_NAME and value.
Now go to Jms Properties, use ${#TestCase#PROPERTY_NAME} instead of hardcoded value.
Also see documentation:
https://www.soapui.org/scripting---properties/property-expansion.html
https://www.soapui.org/functional-testing/properties/working-with-properties.html