REST Assured Tutorial 32 – Serialization – Java Object To JSON Object Using Jackson API As a part of End to End REST Assured Tutorial, in this post, We will learn the “Serializaion” concept where we… Continue reading “REST Assured Tutorial 32 – Serialization – Java Object To JSON Object Using Jackson API”…
REST Assured Tutorial 31 – How To Create POJO Classes Of A Nested JSON Payload As a part of End to End REST Assured Tutorial , in this post We will learn to create a POJO classes for… Continue reading “REST Assured Tutorial 31 – How To Create POJO Classes Of A Nested JSON Payload”…
REST Assured Tutorial 30 – How To Create POJO Classes Of A JSON Array Payload As a part of End to End REST Assured Tutorial , in this post We will learn to create a simple POJO… Continue reading “REST Assured Tutorial 30 – How To Create POJO Classes Of A JSON Array Payload”…
REST Assured Tutorial 28 – What is Plain Old Java Object (POJO) ? As a part of End to End REST Assured Tutorial , in this post We will learn about POJO. Java supports Object… Continue reading “REST Assured Tutorial 28 – What is Plain Old Java Object (POJO) ?”…
REST Assured Tutorial 27 – How To Create JSON Array Using Jackson API – ObjectMapper – CreateArrayNode() As a part of End to End REST Assured Tutorial , in this post We will learn to Create JSON Array using Jackson… Continue reading “REST Assured Tutorial 27 – How To Create JSON Array Using Jackson API – ObjectMapper – CreateArrayNode()”…
REST Assured Tutorial 26 – How To Use Java Object As Payload For API Request Last updated on July 20th, 2020 at 10:51 amAs a part of End to End REST Assured Tutorial , in this post… Continue reading “REST Assured Tutorial 26 – How To Use Java Object As Payload For API Request”…
REST Assured Tutorial 25 – How To Create a JSON Object Using Jackson API – ObjectMapper – createObjectNode() We already learnt Creating JSON Object Request Body Using Map. In this post we will learn to Create a JSON… Continue reading “REST Assured Tutorial 25 – How To Create a JSON Object Using Jackson API – ObjectMapper – createObjectNode()”…
REST Assured Tutorial 15 – Multiple Ways of Calling HTTP Methods on a RequestSpecification Last updated on December 20th, 2019 at 06:41 pmAs a part of End to End REST Assured Tutorial , in… Continue reading “REST Assured Tutorial 15 – Multiple Ways of Calling HTTP Methods on a RequestSpecification”…
REST Assured Tutorial 14 –Interface RequestSpecification – How the request will look like Last updated on March 27th, 2020 at 01:32 amAs a part of End to End REST Assured Tutorial , in… Continue reading “REST Assured Tutorial 14 –Interface RequestSpecification – How the request will look like”…
REST Assured Tutorial 14 – BaseURI and BasePath – Introduction and Configuration Last updated on December 12th, 2019 at 02:59 pmAs a part of End to End REST Assured Tutorial , in… Continue reading “REST Assured Tutorial 14 – BaseURI and BasePath – Introduction and Configuration”…