Forum Discussion
rupert_anderson
9 years agoValued Contributor
Hi,
Do you mean something like this:
SoapUITestCaseRunner testRunner = new SoapUITestCaseRunner();
testRunner.setProjectFile("soapui-project.xml");
testRunner.setTestCase("your test case");
testRunner.run();
?
Regards,
Rupert
kahhoet
9 years agoNew Contributor
Yeah. Sort of. Is there such a library?