Creating a TestSuite

A soapUI functional test consists of three key elements as follows:

  • TestStep: A TestStep is the foundation of any functional test. It is used to manage the execution flow of the test and validate the test results. A TestStep is directly associated with a TestCase.
  • TestCase: In a soapUI project, a TestCase is a collection of TestSteps organized for testing some functionality of the service under test.
  • TestSuite: A TestSuite is a collection of TestCases which work together as a logical unit to test some specific functionality.

The structure of these elements in a soapUI project can be represented in a diagram as follows:

Creating a TestSuite

We will discuss ...

Get Web Services Testing with soapUI now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.