Forum Discussion
a_wasink
16 years agoOccasional Contributor
Hi Nenad,
I finally got some time to work on the JUnit reporting again. I did some further analysis and testing and found out that the free SoapUI 2.5.1 version does export the JUnit reporting as expected in the bare JUnit TEST-*.xml output.
So it seams to be a difference between the Free and the Pro version of SoapUI. This is supported by the fact that de testrunner.bat script starts a different testrunner class in both cases. I tried to run the test with the com.eviware.soapui.tools.SoapUITestCaseRunner class but this gives a SAXParseException on project load, possibly because my SoapUI project contains Pro version elements.
Do you have an idea how to get bare JUnit TEST-*.xml output out of the Pro version? Extending the com.eviware.soapui.report.JUnitReportCollector class does not seam to be the solution, because it already outputs the expected JUnit files in the Free version.
Regards,
Arjen
I finally got some time to work on the JUnit reporting again. I did some further analysis and testing and found out that the free SoapUI 2.5.1 version does export the JUnit reporting as expected in the bare JUnit TEST-*.xml output.
So it seams to be a difference between the Free and the Pro version of SoapUI. This is supported by the fact that de testrunner.bat script starts a different testrunner class in both cases. I tried to run the test with the com.eviware.soapui.tools.SoapUITestCaseRunner class but this gives a SAXParseException on project load, possibly because my SoapUI project contains Pro version elements.
Do you have an idea how to get bare JUnit TEST-*.xml output out of the Pro version? Extending the com.eviware.soapui.report.JUnitReportCollector class does not seam to be the solution, because it already outputs the expected JUnit files in the Free version.
Regards,
Arjen