SoapUI NG Pro
  • Preface
  • 1. About SoapUI NG Pro
    • 1.1 Introduction to SoapUI NG Pro
    • 1.2 Application Installation Instructions
    • 1.3 License installation instructions
  • 2. Ready API - How to use
    • 2.1 Creation of Project:
    • 2.2 Test Case Creation
    • 2.3 Assertions
      • Assertions - In Nutshell
      • Groovy Request and Response Save
      • Script Assertion
    • 2.4 Data Driven Testing
  • 3. Execution in SoapUI NG Pro
    • 3.1 Running Tests From Test Steps
    • 3.2 Running Tests From Test Suites
    • 3.3 Running Test From Project Level
  • 4. Report Generation in SoapUI NG Pro
    • 4.1 Test case Level
    • 4.2 Test Suite Level
    • 4.3 Project Level
  • 5. Continuous Integration
    • 5.1 Jenkins ReadyAPI - Installation instruction
    • 5.2 CreateTests from Jenkins
    • 5.3 Run Tests from Jenkins
    • 5.4 Resolve License errors in Jenkins
Powered by GitBook
On this page

Was this helpful?

  1. 2. Ready API - How to use

2.2 Test Case Creation

Previous2.1 Creation of Project:Next2.3 Assertions

Last updated 5 years ago

Was this helpful?

You can now click to send individual requests to the service. Ready! API will display the response from the service once it is received.

To automate your tests, for example to send multiple requests at once or create , you need to create a SoapUI NG test:

  • Right-click the REST request and select Add to TestCase.

  • Specify the name of the TestSuite and TestCase that will contain the request. SoapUI NG will create a TestSuite and TestCase for the request.

  • Specify the name of the request and leave the rest of the options the same. Click OK

Ready! API will create a SoapUI NG test.

data-driven tests