Forum Discussion

rfortune's avatar
rfortune
Contributor
14 years ago

Running testsuites/tests in parallel when using commandline

Hi folks,
I only recently discovered that you could run tests & testsuites in parallel by selecting the appropriate option in the UI (as detailed on this page http://www.soapui.org/Functional-Testin ... tests.html).

I would like to do the same via the command line. I realise that I could run the tests in parallel by calling each test suite individually - but that isn't suitable for my needs.

Many thanks,
- Richard

1 Reply

  • Hi Richard,

    The UI option you mention is persisted in the soapUI project file once you save the project, so the command line runner will use the same value for this option.

    The option is persited like this in the project file (just in case that's interesting to anyone):

    <con:soapui-project name="Sample Project" soapui-version="4.0.1-SNAPSHOT" runType="PARALLELL">


    Regards

    Henrik
    SmartBear Software