How to Download and Install SoapUI and SoapUI Pro

SoapUI and SoapUI Pro installation guide

In this article, we will learn about the SoapUI download and Installation process. Let’s get started.  In this tutorial, we will learn how to install SoapUI and SoapUI Pro with a trial key. We will also see a few major differences between SoapUI and SoapUI Pro and their plugins/add-ons at …

Read more


SoapUI Groovy Script Set anf Get Property Value

How to Use Properties in SoapUI Groovy Script – SoapUI

In this tutorial, you will see how to use properties in SoapUI Groovy Script. Let’s get started.  Properties are the central repository for temporarily storing information. They can contain login information like username and password, session data like session ID, page context, header information, and so on. This is the …

Read more


How to Use Methods in SoapUI for Bulk Test Execution

Use Methods in SoapUI

In this tutorial, we will learn how to use methods in SoapUI for bulk test execution. Let’s get started. In the last SoapUI tutorial, we learned about conditional statements in Groovy scripts. This tutorial is all about object-oriented programming in SoapUI Groovy scripts, a very interesting and important programming concept. …

Read more


SoapUI API Testing Tool Tutorial

soapui tutorials

In this article, we have compiled a list of Soap UI Tutorials for the benefit of our readers. Let’s get started. STH is coming up with another testing tool tutorial. You know how detailed and useful these tutorials are. The tools are SoapUI and SoapUI Pro. We suggest that our …

Read more


How to Create REST Project in SoapUI Pro

soap vs rest services

This tutorial talks in detail about SOAP (Simple Object Access Protocol) and REST (Representation State Transfer) based services and their advantages. Let’s get started. In an earlier tutorial, we discussed the features of SoapUI Pro and briefly touched upon SOAP vs REST web services.  => Click here for the complete …

Read more


How to Handle Exception in SoapUI Groovy Scripts

Exception handling in Groovy script

In this SoapUI tutorial, we will look at how to handle exception in SoapUI Groovy scripts. Let’s get started.  Handling runtime exceptions in groovy is similar to Java as the Java libraries are integrated. However, we will discuss the basic concepts in SoapUI and go into the details of exception …

Read more


Advanced SoapUI Groovy Scripting Concepts

SoapUI Groovy Scripting concepts

In this tutorial, we will learn in detail about advanced SoapUI Groovy Scripting Concepts. Let’s get started. The previous SoapUI tutorials have been an introduction to SoapUI and its programming concepts. We will now move into more advanced Groovy scripting concepts. Let us do this with Conditional flow statements – …

Read more


Assertions in SoapUI

Assertions in SoapUI

This article is all about understanding assertions in SoapUI. Let’s get started.  So far, we have been working on the basics of SoapUI such as creating projects, adding WSDL, sending a request & receiving responses and generating test assets to go along with them. In this 5th SoapUI tutorial, we …

Read more


Using SoapUI Pro for Data Driven Testing

In this article, we will learn in detail how to perform data driven testing in SoapUI Pro. Let’s get started. In this SoapUI Pro tutorial, we are going to see Data Driven Testing using SoapUI Pro. Performing load testing and performance testing with huge amounts of data is often time-to-consumer. …

Read more


How to Write Groovy Script in SoapUI (Example)

In this tutorial, we will learn how to write basic groovy script in SoapUI. We will learn about different types of operators that can be used in Groovy scripts in SoapUI. Let’s begin with groovy scripting and how we can use it in SoapUI Pro. This is the 6th tutorial …

Read more


First SoapUI Project Using WSDL

How to Create and Execute

This is the 4th tutorial of this SoapUI training series.  Here, you will learn how to create and execute your first SoapUI project using WSDL.  In the previous SoapUI tutorial, we discussed the SoapUI and SoapUI Pro installations.  You will learn Let’s get started. How to Create and Execute Your …

Read more


Features of SoapUI and SoapUI Pro

Soapui and pro features

In this article, we will look in detail at the 7 important features of SoapUI and SoapUI Pro. Let’s get started. SoapUI is a great tool for functional testing, web service testing, security testing and load testing.  This is the 2nd tutorial in our SoapUI web service testing tutorial series. …

Read more


SoapUI Pro Features

In this article, we will look at the 4 important features of SoapUI Pro for Pro Audience. Let’s get started. SoapUI comes in two versions – Open Source Free (SoapUI) and SoapUI Pro (now SoapUI NG pro). So far we were discussing common automation concepts and functional testing basics such …

Read more