Property transfers in soapui
- by Scobal
I'm trying to write parallel tests in soapui and need to transfer properties between the test steps
I currently have 3 tests steps:
Execute legacy request
Execute new request
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?