09 July 2009 - 3.0 user guide eclipse intellij netbeans maven download nightly forum bugs blog sf.net eviware


Eviware Logo

Main Reports

soapUI Pro Reports are based on the JasperReports reporting engine, and a good understanding of how Jasper works is neccessary to customize the reports created by soapUI.

Reports are technically divided into two categories: main reports and subreports. Each main report could have one or more subreports. All subreports in one main report are same report type as main report.

Reporting overview in soapUI Pro

To access reporting overview open project overview and select Reporting tab.

Reporting tab contains four tabs:

Reporting File System

Reports are stored in file system and/or project file. Reports stored in file system are stored on two places:

  • default - default reports file system. Its location it is $SOAP_HOME/bin/reports and looks like:
     
    $SOAP_HOME/bin/reports/reports
    $SOAP_HOME/bin/reports/reports/interface
    $SOAP_HOME/bin/reports/reports/loadtest
    $SOAP_HOME/bin/reports/reports/mockservice
    $SOAP_HOME/bin/reports/reports/monitor
    $SOAP_HOME/bin/reports/reports/project
    $SOAP_HOME/bin/reports/reports/testcase
    $SOAP_HOME/bin/reports/reports/testsuite
    $SOAP_HOME/bin/reports/subreports
    $SOAP_HOME/bin/reports/subreports/loadtest
    $SOAP_HOME/bin/reports/subreports/project
    $SOAP_HOME/bin/reports/subreports/testcase
    $SOAP_HOME/bin/reports/subreports/testsuite
    $SOAP_HOME/bin/reports/templates
  • custom - custom reports file system. This is reserved for user to store her reports, subreports, templates and report properties. It should have same directory structure like default one. To point soapUI Pro to it set path to it in soapUI preferences under soapUI Pro tab, see picture:

Refreshing Reports From File System

Once soapUI Pro is started it loads all reports from file system. While soapUI Pro is running reports could be changed outside soapUI Pro. To updated changes user can force it pressing reload button:


Next: Data Exports