Running SoapUI Scripts as a Functional Test

SoapUI support was removed in release 5.2.0 of AIQ.

Appvance IQ is a platform that supports to run SoapUI scripts. Here are the steps that we need to follow to run the SoapUI scripts from Appvance IQ.

  1. From the Appvance IQ Home screen and click Build a Scenario or open the Scenario Editor from the navigation tree.

  2. Click FileNew to create a new scenario.

  3. Select Functional Test from the Scenario Test Type dropdown.

  4. Click the Test Management tab and check: "Repeat scenario's test cases 1 time".

  5. Click Test Cases tab and click the link for Add test case execution.

  6. Enter Test case name and Script name.

  7. Select SoapUI from Script Type dropdown.

  8. Click Browse and browse the Soap UI file and then the Test Suite and then the Test Case.

  9. Save the test case.

  10. Click Locations tab.

  11. Enter Name: localhost and URL: http://localhost:8080/TMServer/ws/TestNode

  12. Navigate to Resources and make sure SoapUI bundle with version 5.2.1 added by default.

  13. Also make sure the resources are added with Name, Type and the correct path of the xml file.

  14. Navigate to Options and make sure that Enable logging, Safe logs on Failure are selected.

  15. Click check box Custom Database Credentials (Database Logging) and make the following settings:

    • Database Type: MySQL
    • Driver: com.mysql.jdbc.Driver
    • URL: jdbc:mysql://localhost:3306/utp?useSSL=false
    • Default Schema: utp
    • Username: utp
    • Password: utp

  16. Click File->Save to save new scenario.

  17. Click Play Scenario from the top navigation bar.

  18. Controller window will open in a new tab which displays the tests running and will display the pass/fail status of the tests upon the test completion.

  19. Left part shows the steps and the duration in milliseconds and right side shows the test run status under Output tab.

  20. On the Transactions tab we can find the request/response and an error tab to drill down further.

  21. Click Click here link to get to the list of Reports that Appvance IQ supports.