Forum Discussion

turman's avatar
turman
Occasional Contributor
12 years ago

Launching all test cases in one click

Hi,

Is it possible in SoapUI to launch all test cases for ALL web services in one click ? I don't see any button for that.. but maybe it's possible in LoadUI ?

My company provides more than 100 web services and that feature would be so much appreciated..

Thanks a lot, Vincent.
  • redfish4ktc2's avatar
    redfish4ktc2
    Super Contributor
    open the project window, go to the test suite tab.
    Then you can run all test suites of your project.
    Is it what you want to achieve?
  • turman's avatar
    turman
    Occasional Contributor
    Hi,

    Thanks for your reponse but no it's not what I want to do.

    I want to launch all test cases of all test suites of all web services (ie. of all projects).

    We have tons of WS and a small change on a WS may affect another WS... But with a "global" launcher button, it would be so easy to check that ALL our web services are OK.

    Thanks, Vincent.
  • redfish4ktc2's avatar
    redfish4ktc2
    Super Contributor
    ok, now it is clearer when talking about projects

    AFAIK, this is currently not possible, as in Soapui, the top level element is not the workspace but the project.
    Let's wait for an answer from the SmartBear Support to confirm or not this.

    Have you consider using automation from the command line (http://www.soapui.org/Test-Automation/f ... tests.html) to achieve this task?
  • turman's avatar
    turman
    Occasional Contributor
    Hi redfish,

    Yes you're right, top level elements are projects / WS but not the root workspace so I don't think there's a way to have a "global" test launcher button (altough that it shouldn't be complicate to implement it IMHO, with a lot of benefits).

    I'm waiting an official confirmation from the Smartbear support.

    And thanks for your suggestion, launching tests with command line could be a workaround altough it's less easy - and less sexy - than with a GUI (with a global launcher button and red/right icons).

    Vincent.
  • Hi,

    redfish4ktc2's recommendation is correct. You can only launch everything within the project.

    But, even if you have 100s of web services, you can still import all your WSDLs, TestSuites and TestCases under the same project. Might require some re-organizing, but you can likely clone most of your objects into a single project.

    Thanks,
    Michael Giller
    SmartBear Software