Index Page

Sunday, 12 April 2020

Property Transfer in SOAP UI tool.

From property transfer, we can grab the Property from source and we can pass it on Target.
Property transfer we use to transfer the data between requests.

1. Right-click on TestStep > Add Step > Property Transfer. 



2. Enter the name of the Property Transfer. You can choose any customized name.



3. 
a. Go to TestCase level custom property.
b. Click on the plus icon and give the name of the employee > save the project.
c. Go to custom property > Click on the plus icon > Enter any name > In the source select Response,> write the path of the employee name as per the below image.
d. In the Target > Select the TestCase name > Select CustomProperty which we have created in step a.
e. Execute the property transfer > Go to Test Case level Custom Property > check name should save successfully.


Real-Time Example of Property Transfer Concept -

a. If any value got created in the response and we want to use that value in some another Test Step
request, then we use the Property Transfer concept.
b. From the response, if we want to store the data inside the custom property.


Interview Question from this Page:

a. What the use of Property Transfer in the SOAP UI tool?
b. How many ways you can use Property Transfer in the SOAP UI tool?

No comments:

Post a Comment