REST Assured Testing – POST Testing
In this blog entry, we are going to look at how to write a REST Assured Post test. We are going to look at an example API that expects an object. The API will then…
In this blog entry, we are going to look at how to write a REST Assured Post test. We are going to look at an example API that expects an object. The API will then…
REST Assured Request Parameters are a way of passing data for Objects that an API expects when it is called. Let's look at an example API that expects Request Parameters and then write a REST…
REST Assured path parameters are a way of testing parameters in an API. In this blog post, we will look at how we can pass in parameters using a REST Assured test for an API…
Welcome to the first entry of my Java API Testing blog entry using REST Assured setup. For this blog entry, we will be using Java 11 JDK and Gradle. Once you have created your Grald…
Some say that Software Testing is hard, they are correct. What does 'testing software' mean? It really only means one thing, your software application works as it was intended to. Sounds really simple, right? …
Pairing in Agile (also know as Pair Programming) is the concept of two Developers sharing the same desk, computer, keyboard and mouse to write code. It is a means of sharing views, opinions and approach…
Testing legacy systems may sound complex, difficult and time consuming. Depending on the approach you take it may become easier than you think. What is a Legacy System Firstly, what is a legacy system, what…
I started my QA career as a Games Tester and one of the first skills I picked up was 'Exploratory Testing'. This method can help you to find bugs which otherwise may be missed when…
'Let’s build a framework’, this is perhaps one of the most common phrases that I hear yet fail to understand why when we do not understand ‘what the problem is’. Being integral to Quality Assurance,…
There are a number of ways to measure how well your processes are, one such way is to celebrate every time your product fails before it’s release. What is 'Fast Failing’ and why you should…