SoapUI Tutorial #6 – SoapUI Property Transfer | End-to-End Testing

In this SoapUI tutorial we will learn how to use SoapUI property transfer and utilise property transfer concepts to design end-to-end testing test case in SoapUI.

SoapUI Tutorial #7 – Access | Get SoapUI Properties by Groovy Script

In this SoapUI webservice testing tutorial we will learn how to access or Get the SoapUI properties using Groovy Scripting.

You will also understand about the SoapUI variable log, context and testRunner in detail. We will use these variable to write Groovy script in order to access different SoapUI properties which will be utilised in designing end-to-end-test cases in SoapUI.

SoapUI Tutorial#8 – Set SoapUI Property Value using Groovy Script

In this SoapUI tutorial we will learn about setting the SoapUI properties using Groovy script. You can set the SoapUI properties defined at levels like Global, Project, TestSuite, TestCase etc. using Groovy script. We will learn the following topics in this tutorial:

❖ Set Global SoapUI Properties using Groovy

❖ Set SoapUI Project Properties using Groovy

❖ Set SoapUI TestSuite Properties using Groovy

❖ Set SoapUI TestCase Properties using Groovy

❖ Set SoapUI TestStep Properties using Groovy

SoapUI Tutorial #9 – XmlHolder | Parsing XML Requests

In this SoapUI tutorial we will learn about XmlHolder class and how to parse XML requests in SoapUI.

You will learn to write Groovy code and parse the request in SoapUI and populate the required values in Soap request before sending the request.

SoapUI Tutorial #10 – Send | Run Request from Groovy in SoapUI

In this SoapUI tutorial we will learn how to use Groovy script to send the Soap request automatically.

In the last tutorial we understood how to populate the XML nodes and form the payload. This tutorial will explain how to run the same request.