Forum Discussion

arunbharath's avatar
arunbharath
Contributor
5 years ago
Solved

How to run multiple test suites from Jenkins?

I have a set of test suites in my project. I just want to run couple of test suites. How can I achieve this? I have to run it from Jenkins.
  • nmrao's avatar
    5 years ago
    Use SOAPUI_HOME/bin/testrunner.bat or .sh utility based on os.
    In the build step of the jenkins, call the above utility and pass the suite(s) as argument which needs to be executed.
    If it does not support multiple suites, call(multiple times one after another) the utility suite wise.