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();
}
}
Tuesday, 16 June 2015
SOAP UI TestRunner
Etiketler:
SOAPUI
Tuesday, 9 June 2015
Tuesday, 2 June 2015
Monday, 1 June 2015
org.openqa.selenium.firefox.NotConnectedException: Unable to connect to host 127.0.0.1 on port 7055 after
solution : get new webdriver libraries here then will be resolved
Etiketler:
Webdriver
Subscribe to:
Posts (Atom)