Forum Discussion
rupert_anderson
Valued 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?
- rupert_anderson9 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
Related Content
- 8 years ago
Recent Discussions
- 15 years ago