Forum Discussion
SmartBear_Suppo
Alumni
16 years agoHello,
Technically it is possible. You could for instance run another TestCase using the SoapUITestCaseRunner.
Regards,
Dain
eviware.com
Technically it is possible. You could for instance run another TestCase using the SoapUITestCaseRunner.
def runner = new SoapUITestCaseRunner()
runner.setProjectFile( "path-to-your-soapui-project-B.xml" )
runner.setTestSuite( "YourTestSuite" )
runner.setTestCase( "YourTestCase" )
runner.run()
Regards,
Dain
eviware.com