import com.eviware.soapui.tools.SoapUITestCaseRunner;
public class SoapUIRunner {
private final static String SOAP_PROJECT_XML = "/src/resources/test-soapui-project_convert1.xml";
public void testRunner() throws Exception
{
SoapUITestCaseRunner runner = new SoapUITestCaseRunner();
runner.setProjectFile(SOAP_PROJECT_XML);
runner.run();
}
}
Showing posts with label SOAPUI. Show all posts
Showing posts with label SOAPUI. Show all posts
Tuesday, 16 June 2015
SOAP UI TestRunner
Etiketler:
SOAPUI
Tuesday, 9 June 2015
Subscribe to:
Posts (Atom)