#rest-assured
Read more stories on Hashnode
Articles with this tag
What is Lombok? Lombok is a Java library that aims to reduce boilerplate code in Java classes by providing annotations to automatically generate...
Introduction When working with APIs, ensuring the integrity and structure of data exchanged between clients and servers is crucial. One effective way...
Validation for DELETE Crocodiles End point (DELETE Request)- https://test-api.k6.io/my/crocodiles/{id} Below are validations for deleted crocodiles...
What are Hamcrest Matchers? Hamcrest Matchers is a library that provides a rich set of matchers for performing flexible and readable assertions in...
Difference between PUT and PATCH request | How to send PUT & PATCH request / Replace Crocodile | How to handle 301 HTTP status code ยท Below are details...
This article will cover the Create Crocodiles test case automation to demonstrate POST Request automation using POJO for request and response payload....