Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases now! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Mastering SoapUI

You're reading from   Mastering SoapUI Experience SOA Test and Test Automation from an expert view

Arrow left icon
Product type Paperback
Published in Aug 2016
Publisher Packt
ISBN-13 9781783980802
Length 240 pages
Edition 1st Edition
Languages
Tools
Arrow right icon
Toc

Table of Contents (12) Chapters Close

Preface 1. Introduction to SOA Testing FREE CHAPTER 2. Functional Testing In Detail 3. Performance Testing of SOA Applications in Detail 4. Security Testing in Detail 5. Test Automation in SOA World 6. Multilayer Test Automation Using SoapUI and Selenium 7. SoapUI Integration with Jenkins and HP QC 8. End-to-End Test Automation 9. Service Mocking 10. Best Practices in SOA Test Automation Index

Property transfer

We have seen in our pre examples that in service orchestration, response parameter data of one service may become essential for the other service. Therefore, we would need to transfer the necessary data from a response to another request. To achieve the data transfer between services we use property transfer.

To add property transfer as a test step, repeat the steps as shown previously to add a groovy script and finally, when you reach the window where you have all the steps listed, select the following step:

Property transfer

You will then find the Property Transfer configuration window:

Property transfer

In the preceding window you need to configure the following:

  • Source: Test step which is the source of the data to be transferred
  • Property: Usually the response which has the response parameter data to be transferred
  • Path language: XPath for a single node of the same parameter name, X query for a multiple data set with the same parameter name, and JSON for a REST API using JSON message exchange format
  • Target:...
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime