wdbian
5 years agoOccasional Contributor
Run Test Case From Groovy Script
Hi,
I have one question. On the right part of below graph, two highlighted methods are used to call a test case of a different test suite from another test suite teardown script. The 1st one is creating a new testrunner which is not working; the other one is using the test case run() which works fine. What is the reason?
The SoapUI version is 5.5.0.
- wdbian,
Not sure what's wrong that you were doing. May be trivial.
Tried doing based on the image. Here is the sample project came up with to see that it is possible.
https://github.com/nmrao/sample-soapui-projects/blob/master/run-test-case/with-suite-setup/README.md