Forum Discussion

SumitM's avatar
SumitM
Occasional Contributor
6 years ago

How to pass multiple Test Suites to SoapUI Pro from command prompt.

I need to pass multiple Test Suite names for a perticular Test Project from command line. I am using "-s<Test Suite Name>" for passing up the Test Suites with (,) seperated

 

For ex: testRunner.bat "abc.xml" -s<TestSUite1,TestSuite2>

 

SOAPUI is throwing an error saying "test suite not found" when we run the above command. Is there a way to pass multiple suites and run all the suites from command line without using for loop logic in a batch file.

 

 

1 Reply

  • groovyguy's avatar
    groovyguy
    Champion Level 1

    I believe the batch file would only let you run one test suite. Alternatively, you can use tags on the test suites you want to run, and run the entire project but only those tags.