In soapUI i have a testsuite with 2 testcases: SaveThing and GetThing.
In the GetThing i use the Run TestCase testStep to run SaveThing for getting the SaveThing properties and re-use them in the request of GetThing testcase.
Yet i did not succeed to achieve this by using the Run TestCase testStep.
Thnx.
You could also define a property at the TestSuite level, and set/get them within the test cases, by using the PropertyTransfer test step. That’s a little simpler than having to write a groovy script.