Category "rest-assured"

How to Pass JSON in the body of GET Request in Rest Assured?

Trying to pass this JSON in the body of a get request in rest assured. Is creating a JSON object a way to go ? { "pharmacyListId": null, "pharmacyListNa

REST Assured: Deserialization and Inheritance to cater to varied Responses being returned by an API endpoint

I have a situation where sometimes the response of an API is { "SuccessCode": "OPERATION_SUCCESS", "Message": "Operation completed successfully" } a