stephensurya
16 years agoNew Contributor
[RESOLVED]how to run testsuites in multiple projects in one click from the UI?
Hi,
I have a few projects with test suites, test cases, etc.
At present I open the projects in SoapUI, double click the project, go to the "TestSuites" tab and run the test cases in parallel. I repeat the steps for all my projects to run the testsuites/testcases in the project.
I also have a Junit testsuite in my java layer that uses SoapUITestCaseRunner to run all my SoapUI projects/testsuites/testcases. Now, is it possible to do the same thing using a Groovy script inside SoapUI?
Basically I'm looking for a Groovy script code that can load another project(s) and run its testsuites/testcases and at the same time provide me the visual aspect of it. This way all I'd have to do would be to open the one project that has my groovy script and run it which will run all the other ones.
I guess the easiest thing to do would be to put all the TestSuites in just one project, but we have a lot of testsuites to write and our XML is going to get very bulky - so we'd like to keep the current structure as it is but still be able to run the other project testsuites.
Please help!
thanks,
Stephen
I have a few projects with test suites, test cases, etc.
At present I open the projects in SoapUI, double click the project, go to the "TestSuites" tab and run the test cases in parallel. I repeat the steps for all my projects to run the testsuites/testcases in the project.
I also have a Junit testsuite in my java layer that uses SoapUITestCaseRunner to run all my SoapUI projects/testsuites/testcases. Now, is it possible to do the same thing using a Groovy script inside SoapUI?
Basically I'm looking for a Groovy script code that can load another project(s) and run its testsuites/testcases and at the same time provide me the visual aspect of it. This way all I'd have to do would be to open the one project that has my groovy script and run it which will run all the other ones.
I guess the easiest thing to do would be to put all the TestSuites in just one project, but we have a lot of testsuites to write and our XML is going to get very bulky - so we'd like to keep the current structure as it is but still be able to run the other project testsuites.
Please help!
thanks,
Stephen