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