Forum Discussion
SmartBear_Suppo
Alumni
15 years agoHi!
Try using the SoapUITestCaseRunner class instead, which is the same class that is invoked from the command-line;
SoapUITestCaseRunner runner = new SoapUITestCaseRunner()
runner.setProjectFile( ... )
runner.setEndpoint( ... )
runner.run()
Does that work better?
regards,
/Ole
eviware.com
Try using the SoapUITestCaseRunner class instead, which is the same class that is invoked from the command-line;
SoapUITestCaseRunner runner = new SoapUITestCaseRunner()
runner.setProjectFile( ... )
runner.setEndpoint( ... )
runner.run()
Does that work better?
regards,
/Ole
eviware.com