Forum Discussion
adelabarra
13 years agoNew Contributor
remove -s (that means don't specify one) then can run all test suites in project
I need to run multiple testSuites but not all of them. Just a subset of ones that share a similar name.
- tcea9 years agoNew Contributor
Hi!
I have the same trouble here.
I would like to run several test suites but not all of them within the same project.
Same scenario at the test case level would be, running just a group of test cases within a test suite, and not all of them.
Usually testing frameworks allow this functionalities, so I think it would be a nice to have.
- nmrao9 years agoChampion Level 3Cab be done by writing a groovy or java program.
So, that you can all the suites in one go. See #2 in the below link.
https://www.soapui.org/test-automation/junit/junit-integration.html
If you do not prefer the above way, then
you already know how to run a suite using testrunner. Run it multiple times with different suitename. If you do not want to call multiple times manually, put all the commands into a batch script and you are done.- tcea9 years agoNew Contributor
Currently I am working with running it multiple time with the different suite names. The disadvantage here is that you need to generate reports in different folders and not merged into just one.
Related Content
- 8 years ago
- 4 years ago
- 4 years ago
Recent Discussions
- 15 years ago