SoapUI Tutorial #17 – REST API End-to-End Testing in SoapUI – Part 2

In this SoapUI Tutorial we will continue with end-to-end testing for REST web service in SoapUI using property transfer.

We will understand how you can use property transfer in SoapUI to pass on the dynamic content from one REST API response to the resource for other REST request.

SoapUI Tutorial #16 – REST API End-to-End Testing in SoapUI – Part 1

In this SoapUI Tutorial we will learn about REST API end-to-end testing using property transfer in SoapUI.

We will start with basic concepts and then understand how to utilise property transfer to create end to end test cases for REST APIs in SoapUI.

SoapUI Tutorial #14-Introduction to REST API | SoapUI REST API Testing

In this SoapUI tutorial we will cover introduction to REST API and learn about REST API from very basic and understand some of the key concepts of REST API.

We will understand SoapUI Rest API testing using one of the sample REST API.

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.

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