Forum Discussion

Paramanand_Ghod's avatar
Paramanand_Ghod
Contributor
15 years ago

Propert transfer from one test case to another

Hi,

I have created 2 test cases in SOAP UI pro. The data in the response of test case 1 is required in request of test case 2.
Is is possible in SOAP UI Pro to transfer the property values from one test case to another.


Thanks in Advance,
Param
  • Hi Param,

    not directly using the Property-transfer teststep, you either need to:

    1) Transfer to a TestSuite or Project property that is shared by both TestCases and then transfer from that property in the target TestCase
    2) Create a groovy script that does the Transfer instead.

    hope this helps!

    regards,

    /Ole
    eviware.com
  • I don't know groovy scripting.....Can you provide me groovy scripting for transferring the data...

    Thanks