My First SoapUI SOAP project

  1. create a SOAP API project
    Ctrl-N to create a new SOAP project:
    we will use http://webservices.oorsprong.org/websamples.countryinfo/CountryInfoService.wso?WSDL for demo
  2. get info by click ListOfCountryNamesByCode
  3. create TestSuite -> Test Cases
    right click "CountryInfoServiceSoapBinding" and select "Generate Testsuite"

  4. add Assertions
  5. how to run in sequence and in parallel
  6. how to create single testcase with one request
  7. how to create API Documention

Leave a Reply

Your email address will not be published. Required fields are marked *