Forum Discussion
SmartBear_Suppo
Alumni
13 years agoHi again!
Sorry, but according to your code example it looks like you are using the
Also the report name only apply to Jasper reports.
This should work:
---
Regards
Erik, SmartBear Sweden
Sorry, but according to your code example it looks like you are using the
SoapUITestCaseRunnernot the
SoapUIProTestCaseRunner
Also the report name only apply to Jasper reports.
This should work:
SoapUIProTestCaseRunner runner = new SoapUIProTestCaseRunner();
runner.setReportName(<enter name of the report here, for example Project Report>)
runner.setReportFormats(new String[]{"RTF"});
---
Regards
Erik, SmartBear Sweden