hellboy1981
5 years agoRegular Visitor
Problem exporting SoapUI reports using Groovy
xxx // https://support.smartbear.com/readyapi/apidocs/pro/com/eviware/soapui/reporting/reports/testsuite/WsdlTestSuiteReport.html
def report = new WsdlTestSuiteReport(testSuite)
// https://su...
- 5 years agoEven with free version, it is possible to generate the test report in Junit style.
With proversion, there are multiple type of reports available out-of-the-box. You don't have to write any script to generate reports.
You may use testrunner.bat(.sh script based on the OS) and pass the appropriate options to generate the report.
Here are the links to documentation if you haven't been thru them
https://support.smartbear.com/readyapi/docs/testing/reports/getting-started.html
https://support.smartbear.com/readyapi/docs/testing/reports/index.html