Setup & Project Creation

SOAP UI Open Source is free. SmartBear also offers SOAP UI Pro (ReadyAPI) with extra features.

Installation

text
1. Download SOAP UI Open Source from https://www.soapui.org/downloads/soapui/
2. Install for your OS (Windows .exe / macOS .dmg / Linux .sh)
3. Launch SoapUI

Pro tip: Use ReadyAPI (paid) for data-driven tests, coverage, and CI integrations.

Create a REST project

text
File → New REST Project
Enter the base URL: https://myqatools.com/api

Right-click the project → Add Request
Enter path: /users
Select method: GET
Click Send (green arrow)