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

Chapter 2. Data-driven Testing and Using External Datasources

In this chapter, we will cover the following topics:

  • Creating and checking data with the JDBC Request TestStep

  • Parameterizing SQL queries with the JDBC Request TestStep

  • Setting properties from an external file

  • Importing CSV file data into an in-memory H2 database with Groovy

  • Looping over CSV file data and driving tests with Groovy

  • Querying MongoDB with Groovy

  • Publishing, browsing, and consuming ActiveMQ JMS messages via the REST API