Property transfers in soapui

Posted by Scobal on Stack Overflow See other posts from Stack Overflow or by Scobal
Published on 2010-06-14T11:47:30Z Indexed on 2010/06/14 11:52 UTC
Read the original article Hit count: 292

Filed under:
|

I'm trying to write parallel tests in soapui and need to transfer properties between the test steps

I currently have 3 tests steps:

  1. Execute legacy request
  2. Execute new request
  3. XML diff the two responses in a groovy script

I've found a lot of blogs about picking values out with xpaths, but nothing about passing the full response through.

My questions is how do I fill out the source and target boxes in the property transfer editor?

© Stack Overflow or respective owner

Related posts about Xml

Related posts about soapui