Load testing data-driven TestCases concurrently with separate Groovy datasources

This recipe is partly a warm-up on simple threaded load testing, but also lays the groundwork for better understanding how a data driven test case behaves when tested concurrently, that is, by using multiple threads. The example test case builds on Chapter 2, Data-driven Testing and Using External Datasources, Groovy data driven recipes. This is what it does when called:

Load testing data-driven TestCases concurrently with separate Groovy datasources

The service under test is a partially implemented version of invoicev3 from chapter 1 samples. So that we can study the results of our load testing, the createInvoice operation has been implemented to ...

Get SoapUI Cookbook now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.