Introduction
This chapter naturally builds on the automation and scripting themes covered in the previous chapter. It mostly looks at how to generate, export, and publish report data in the context of continuous integration.
The pro-only UI-based report builder functionality has not been covered. Refer to the SoapUI online help if you need more information on this: http://www.soapui.org/Reporting/getting-started-with-reporting.html.
What you'll learn
You will learn the following topics:
How to use and understand the types of test reports that SoapUI can generate using scripts
How to use Jenkins (or other popular CI tools) to orchestrate tests and publish JUnit style results as reports
How to create custom test reports by using Groovy to access SoapUI test framework objects
How SoapUI coverage reporting works and its uses