On my SoapUI Workspace, I have several Projects.
Each one of these may contain one or more test suites, with several test cases
It is quite time consuming to expand each project, then open up the test suite, run it, open up the next etc. I do this for testing locally, then for testing again a test box
Is there a way I can run through all tests in my SoapUI workspace in one click?
I haven't found a way yet in ver. 3.5.1.
You can save a little bit of time by doing the following:
Double click on the PROJECT Click on the "Test Suites" Tab Click the RUN button.
This will run all suites within the project.
You could just write a script to run all the tests using the command line.
For example if you have 2 Projects, Project1 and Project2, which each contain 2 test suites you could write a simple script like this:
#!/bin/bash
./testrunner.sh -sUnitTesting -f Project1-soapui-project.xml
./testrunner.sh -sUnitTesting2 -f Project1-soapui-project.xml
./testrunner.sh -sotherTests -f Project2-soapui-project.xml
./testrunner.sh -sotherTests2 -f Project2-soapui-project.xml
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With