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
Things to take into account when embarking on a performance testing exercise of your mobile application
How to serialize a POJO (Plain old Java Object) and send that in your API call in REST Assured
A comprehensive look at the traditional system testing pyramid, from how it originated to how it has evolved over the years
A potentially controversial article on why software testing could be considered to be harder than software development
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
An introduction to the Gatling stress testing tool, including a look at some of the key features
Short post on how to capture HTTP traffic directly running in the Intellij IDE with Fiddler - a handy technique for debugging problems
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
A look at multiple different ways of debugging your Gatling load test scripts
See the various different ways that you can add pause time into your gatling scripts, making them more realistic of actual user journeys
How to capture your Gatling load testing traffic through a HTTP proxy, for assistance in troubleshooting and debugging your scripts
Learn how to develop and run Gatling scripts through the Visual Studio Code IDE, with both Maven and the Scala Build Tool
Some ideas and considerations for goal and objective setting tailored for a Quality Assurance Engineer
This post is a complete guide to load testing with Gatling, from installation and configuration to writing and executing your first tests
My review of the ebook Make it Stick by Charles Miller - How to write tweets that are impossible to ignore.
Learn how to run Gatling through the Gradle build tool in this detailed blog post