Forum Discussion
rupert_anderson
10 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
- kahhoet10 years agoNew Contributor
Yeah. Sort of. Is there such a library?
- rupert_anderson10 years agoValued Contributor
Hi,
Can you come a little closer than 'sort of' please? Like, you want to run a TestCase using Java code, but the code I suggested is right or wrong for your purpose in some way?
In terms of libraries, that code example I suggested would require that you include the SoapUI library e.g. soapui-5.2.1.jar as a dependency.
Regards,
Rup