Tor
Tor

Reputation: 141

SoapUI: Use TestStep property on request

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

Answers (1)

SiKing
SiKing

Reputation: 10329

You can use standard property expansion: ${TestStepA#property_name}.

Upvotes: 2

Related Questions