Monday, January 9, 2017

SOAP UI : Property Transfer

Property Transfer


Property Transfer : Used to search values from any test step and transfer it to another step.
Note : widely used to transfer value from Request to Property step (Ref example below)

In the below example :
  1. Create_product (Rest Request) - Contains the id value of the product created.
  2. Property Transfer - Tries to grab the id from above step (select the file to be searched using drop down and use JSON path finder http://jsonpath.com/ to traverse to the required string.
  3. Click on play in the Property transfer to validate the result
  4.  Select the target file in the drop down below
  5. Again play to evaluate the same

No comments:

Post a Comment