Sign In Start Free Trial
Account

Add to playlist

Create a Playlist

Modal Close icon
You need to login to use this feature.
  • SoapUI Cookbook
  • Toc
  • feedback
SoapUI Cookbook

SoapUI Cookbook

By : Rupert Anderson
4 (5)
close
SoapUI Cookbook

SoapUI Cookbook

4 (5)
By: Rupert Anderson

Overview of this book

This book is aimed at developers and technical testers who are looking for a quick way to take their SoapUI skills and understanding to the next level. Even if you are new to SoapUI but have basic Java skills and a reasonable grasp of RESTFul and Soap web services, then you should have no problem making use of this book.
Table of Contents (13 chapters)
close
12
Index

Building mock responses dynamically

As an alternative to conditionally selecting fixed structure mock responses, it is also very doable, but usually more effort, to construct responses dynamically. This can be useful when you want to vary the response structure in a way that would be tedious to hardcode. One example of this would be a mock implementation of a find/search resource; for example, /invoices?size=3 could return a response that contains a collection of size number of invoice documents. Then, the mockResponse object, available in the MockResponse level script, could allow us to shape the response any way we want (see MockResponse at http://www.soapui.org/apidocs/index.html).

How to do it...

To achieve the earlier mentioned example, we can use Groovy's JSONBuilder class to generate the collection of JSON invoice documents based on the size parameter. Then, we'll set this on the mockResponse object:

  1. We can add the new /invoices/size=2 resource on the RESTContentNegotiation...

Unlock full access

Continue reading for free

A Packt free trial gives you instant online access to our library of over 7000 practical eBooks and videos, constantly updated with the latest in tech
bookmark search playlist download font-size

Change the font size

margin-width

Change margin width

day-mode

Change background colour

Close icon Search
Country selected

Close icon Your notes and bookmarks

Delete Bookmark

Modal Close icon
Are you sure you want to delete it?
Cancel
Yes, Delete