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.1 Creation of Project:

Previous2. Ready API - How to useNext2.2 Test Case Creation

Last updated 5 years ago

Was this helpful?

To start working with the SOAP UI NG, we need to create a project containing the API that will be used to access it:

  • Select File | New Project.

  • In the dialog, select the option you need. For this tutorial we will use Google Maps REST service, so switch to URI tab. Ready! API has several ways to add SOAP and REST services to the project, you can use WSDL, WADL, Swagger, and even use Ready! API internal browser to access APIs, use REST URI.

  • Ready! API will display the Project is Created dialog.

    • Select Continue to describe your API to stay in the Projects tool and keep working on your API.

    • _Or S_elect Create TestCase to create a SoapUI NG test and start working on it.

Enter the following URI and click OK:

http://maps.googleapis.com/maps/api/geocode/xml?address=1600+Amphitheatre+Parkway,+Mountain+View,+CA&sensor=false