Reputation: 141
I've got the following structure in SOAPUI:
TestStepA has property Operation. I would like to use on the request of StepA, the value of property Operation from TestStepA.
Thanks!
Upvotes: 0
Views: 2553
Reputation: 10329
You can use standard property expansion: ${TestStepA#property_name}
.
Upvotes: 2