P__116 years agoSOAPUI JunitI would like to test a Web Service from the JUnit using the xml file into which the test suites are extracted. I use WsdlProject project = new WsdlProject("src/com/test/soapui/soapui-test.xml") to...Show More
b6429527New Contributor14 years agoIt would also be interested in me:[tt:2rv0y2v1]WsdlTestSuite testSuite = project.getTestSuiteByName("Test Suite Name");WsdlTestCase testCase = testSuite.getTestCaseByName("Test Case Name");StringToObjectMap properties = new PropertiesMap();WsdlTestCaseRunner testRunner = testCase.run(properties, false);[/tt:2rv0y2v1]It probably goes through the properties, but they are not documented anywhere .
Recent DiscussionsUnable to authenticate license in Ready API Login button unresponsiveSolvedAssertions Panel issue to update assertions since update 3.63ReadyAPI websocket plugin issue
Related ContentNoClassDefFoundError: com/eviware/soapui/tools/SoapUITestCaseRunner JUnit SoapUIJUnit SoapUI Properties transfer failedHow to make SoapUi NG Pro - jUnit Error?