In this post we introduced REST Assured for the first time and walk you through getting up and running
How to extract a JSON response in REST Assured and then use that response later on in your tests
A look at one way of using JSON test data in your REST Assured tests
An example of how to execute parameterised testing in REST Assured using JUnit Params
How to use RequestSpecBuilder and ResponseSpecBuild in REST Assured - this post will show you how to make your REST Assured code more efficient
How to serialize a POJO (Plain old Java Object) and send that in your API call in REST Assured
Kicking off this seris on using Gpath in REST Assured with a brief look at the Groovy language"
Numerous detailed JSON examples of using Groovy GPath in REST Assured
In this final post in our series on Groovy GPath in REST Assured, we look at examples with XML
How to use schema validation for both JSON and XML in REST Assured