Forum Discussion

3PD_Inc__Suppor's avatar
3PD_Inc__Suppor
New Contributor
14 years ago

How to generate reports in pdf format?

Hello,

I tired to generate reports for my project by using TestRunner and specifying the format value as 'PDF'. Still I am not able to generate the reports in pdf format.

I am using soapUI Pro 4.5.0.

I even tried via command prompt by sending the command:

C:\Program Files\SmartBear\soapUI-Pro-4.5.0\bin>cmd.exe /C testrunner.bat -s"3PD
Mobile App: Test Suite" -a -fD:\Projects\3PD\soapUI-Pro\TestReports -R"TestSuit
eReport" -FPDF -EDefault D:\Projects\3PD\soapUI-Pro\TestCases\3PD---MO-WStestin
g-soapui-project.xml

3 Replies

  • Hi!

    Do you get any error messages?

    Are you sure that you didn't mean "TestSuite Report" instead of "TestSuiteReport"?

    Regards

    Henrik
    SmartBear Software
  • Hello,

    I did not get any error messages and it always created the reports in 'txt' format.

    The command that I have specified below, I copied it from the TestRunner popup which shows the log and simply tried to run it on command prompt. the only thing that I changed was '-F PDF' to '-FPDF'.
  • Hi,

    as Henrik pointed out - there should be a space in "TestSuite Report" - ie the command should be

    C:\Program Files\SmartBear\soapUI-Pro-4.5.0\bin>cmd.exe /C testrunner.bat -s"3PD Mobile App: Test Suite" -a -fD:\Projects\3PD\soapUI-Pro\TestReports -R"TestSuite Report" -FPDF -EDefault D:\Projects\3PD\soapUIPro\TestCases\3PD---MO-WStesting-soapui-project.xml

    Does this help?

    regards!

    /Ole
    SmartBear Software