Forum Discussion
SmartBear_Suppo
Alumni
16 years agoHi!
What about the following instead:
SoapUIProTestCaseRunner runner = new SoapUIProTestCaseRunner();
System.setProperty("script.library", "F:\\Test\\Soapui\\scripts");
runner.setProjectFile( "F:\\Test\\Soapui\\soapui-project.xml" );
runner.setEndpoint("http://andenserver:8085/danid/services/IdentityServiceV1R13");
runner.setSettingsFile("C:\\Users\\mwl\\soapui-settings.xml");
runner.setTestSuite("theSuite");
runner.setJUnitReports( true );
runner.setOutputFolder( "C:\\Users\\mwl\\tmp" )
runner.run();
?
Does that work ok?
regards!
/Ole
eviware.com
What about the following instead:
SoapUIProTestCaseRunner runner = new SoapUIProTestCaseRunner();
System.setProperty("script.library", "F:\\Test\\Soapui\\scripts");
runner.setProjectFile( "F:\\Test\\Soapui\\soapui-project.xml" );
runner.setEndpoint("http://andenserver:8085/danid/services/IdentityServiceV1R13");
runner.setSettingsFile("C:\\Users\\mwl\\soapui-settings.xml");
runner.setTestSuite("theSuite");
runner.setJUnitReports( true );
runner.setOutputFolder( "C:\\Users\\mwl\\tmp" )
runner.run();
?
Does that work ok?
regards!
/Ole
eviware.com