Forum Discussion

JeremyC's avatar
JeremyC
New Contributor
14 years ago

SoapUI Runner doesn't execute Property Transfer?

I have a SoapUI Test Case that has a property transfer at step 2. (The result from the first step becomes the input for a number of subsequent steps. However it seems that the property transfer step does not execute. The Test Case runs fine directly within SoapUI though.

4 Replies

  • SmartBear_Suppo's avatar
    SmartBear_Suppo
    SmartBear Alumni (Retired)
    Hi!

    hmm.. what indication are you getting that the property-transfer isn't being executed? Is the second request coming out with the wrong data?

    regards!

    /Ole
    eviware.com
  • JeremyC's avatar
    JeremyC
    New Contributor
    Here's what I have going on.

    Step 1: Send a REST message to request an object creation on my server. (Server returns bunch of data including a generated ID)
    Step 2: Transfer the ID to steps 3, 4, etc...
    Step 3: Request an operation on the object created in step 1.
    Step 4....

    I have logs that show that it always dies on step 3. The id that is sent is the ID that was previously in SoapUI when I imported my Test Case into loadUI. The ID, that should be set by the property transfer never changes.
  • SmartBear_Suppo's avatar
    SmartBear_Suppo
    SmartBear Alumni (Retired)
    Hi!

    This is fixed in the upcoming nightly build. Thanks for reporting!

    regards,

    /Ole
    eviware.com
  • JeremyC's avatar
    JeremyC
    New Contributor
    Should that have been in the July 7 nightly build? It still seems to be failing for me.