Book Image

SoapUI Cookbook

By : Rupert Anderson
Book Image

SoapUI Cookbook

By: Rupert Anderson

Overview of this book

Table of Contents (19 chapters)
SoapUI Cookbook
Credits
About the Author
Acknowledgments
About the Reviewers
www.PacktPub.com
Preface
Index

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