SoapUI Tutorial #25 – Transfer Property Value to JSON Body of REST API

In this SoapUI tutorial we will learn how to transfer or pass a property value to JSON body of next request in SoapUI property transfer.

You will learn how to setup property transfer to get the dynamic response from one REST API request and pass it to the JSON body of another REST request.

SoapUI Tutorial #24 – Property Transfer to JSON Body of POST Request

In this SoapUI Tutorial we will learn about SoapUI property transfer to JSON body. In many scenarios you will need to Property Transfer from a TestCase response to a request in different TestCase.

In this example we will cover step by step how to transfer the JSON values from GET Response to another POST Request in SoapUI.

SoapUI Tutorial #23 – REST API E2E Test Automation for CRUD Operations

In this SoapUI Tutorial we will learn how to automate REST API end-to-end test case for CRUD operations. This is part 2 of 2 which will give you step by step understanding about removing hard-coded values in REST API requests.

SoapUI Tutorial #22 – REST API End-to-End Test for CRUD Operations

In this SoapUI Tutorial we will learn how to create REST API end-to-end test case for CRUD operations. This tutorial will give you step by step understanding about designing end to end test cases in SoapUI and triggering CRUD operations.

SoapUI Tutorial #21 – SoapUI DELETE Request/Method Example

In this SoapUI Tutorial I will explain SoapUI DELETE Request/Method example and how to use REST API DELETE method when sending a DELETE request.

We will use real world Asana API to explain the DELETE method.