REST Assured Tutorial 52 – ResponseSpecification – Specify how the expected response must look like
As a part of End to End REST Assured Tutorial, in this post, we will learn what is ResponseSpecification in Rest Assured and when and how to use it. I have used below dependency of Rest Assured library for this post:- io.rest-assured rest-assured 4.3.1 test I have covered RequestSpecification earlier which you must go through once. Observe…