Forum Discussion
SmartBear_Suppo
Alumni
11 years agoHi,
I have reproduced this behavior with <SoapUI Pro install>\bin\testrunner.bat with the parameters you are using. You should use the "Data Export" to export the results of all the test cases being ran in the testsuite in xml format instead of the xml run log. That will create a testSuiteResults.xml file that will contain the results of all the test cases ran in one file. To create a data export in xml format for the testsuite use -R"Data Export" and -FXML i.e testrunner "C:\SoapUI\SOAPUI Projects\My-REST-APIs-soapui-project.xml" -s"TestSuite 1" -f C:\temp\data_export -R"Data Export" -FXML.
Regards,
Marcus
SmartBear Support
I have reproduced this behavior with <SoapUI Pro install>\bin\testrunner.bat with the parameters you are using. You should use the "Data Export" to export the results of all the test cases being ran in the testsuite in xml format instead of the xml run log. That will create a testSuiteResults.xml file that will contain the results of all the test cases ran in one file. To create a data export in xml format for the testsuite use -R"Data Export" and -FXML i.e testrunner "C:\SoapUI\SOAPUI Projects\My-REST-APIs-soapui-project.xml" -s"TestSuite 1" -f C:\temp\data_export -R"Data Export" -FXML.
Regards,
Marcus
SmartBear Support