Forum Discussion

zarana's avatar
zarana
Occasional Contributor
17 years ago

Running multiple testsuite on a endpoint

Hello all

Could anyone please suggest that how do i run testsuite1, testuite2 .... testsuiten mentioned in my list to run for same endpoint through command line

1 Reply

  • seanlon11's avatar
    seanlon11
    Occasional Contributor
    I am not sure if I completely understand what you are trying to accomplish, but if you are trying to run all of them at once, with one execution, I'm not sure if the command line testrunner.bat tool can handle that scenario.

    If it is not available via the command-line args, you could either put them all in an ant task (w/ properties files) or you could wrap them up in a shell script.

    I assume you have looked at the docs: http://www.soapui.org/userguide/command ... unner.html

    Please elaborate on your question a little more.