Buschfunk
13 years agoFrequent Contributor
Get all test suite's test case results
Hello,
I need to do the following but I don't know how to
Description
Using soapUI Pro 4.5 I have two test suites "TestSuite_A" and "TestSuite_B" with several test cases. Both of them are run independent from each other. After both test suites are finished I'd like to export the results to a file using a Groovy script, i.e. I cannot use the testRunner object.
Basically I need to do the following: Go through all test cases in each test suite and get the result ("FINISHED" or "FAILED").
How can I do this using Groovy?
I need to do the following but I don't know how to
Description
Using soapUI Pro 4.5 I have two test suites "TestSuite_A" and "TestSuite_B" with several test cases. Both of them are run independent from each other. After both test suites are finished I'd like to export the results to a file using a Groovy script, i.e. I cannot use the testRunner object.
Basically I need to do the following: Go through all test cases in each test suite and get the result ("FINISHED" or "FAILED").
How can I do this using Groovy?