Forum Discussion
SmartBear_Suppo
Alumni
13 years agoHi Kumar,
Please have a look at this guide:
http://www.soapui.org/Test-Automation/i ... junit.html
The SoapUITestCaseRunner has basic reporting functionalities, including the possibility to create JUnit-compatible xml-reports using the -j switch.
By default, the testrunner exports only failed results to a text file, the -a option will export all results instead.
Exported files are written to a file named <TestSuite>-<TestCase>-<TestStep Name>-<Count>-<Status>.txt in the current or specified folder. An example filename is "TestSuite 1-TestCase 1-Request Step 1-0-OK.txt"
Please have a look at this guide:
http://www.soapui.org/Test-Automation/i ... junit.html
The SoapUITestCaseRunner has basic reporting functionalities, including the possibility to create JUnit-compatible xml-reports using the -j switch.
By default, the testrunner exports only failed results to a text file, the -a option will export all results instead.
Exported files are written to a file named <TestSuite>-<TestCase>-<TestStep Name>-<Count>-<Status>.txt in the current or specified folder. An example filename is "TestSuite 1-TestCase 1-Request Step 1-0-OK.txt"