Pages
(Move to ...)
Home
▼
Showing posts with label
API Testing with Rest Assured
.
Show all posts
Showing posts with label
API Testing with Rest Assured
.
Show all posts
How to test Basic Authentication by using Rest Assured
›
What is Basic authentication? Basic authentication is a straightforward, widely supported, and non-interactive method for an API clien...
How to validate Request and Response by using POJO in Rest Assured
›
What is Request Validation? Request Validation means verifying that the data you are sending to the API in the request (body, headers, ...
How to Test a Single Response Header by Rest Assured
›
What is response header in API? A response header in an API is metadata returned by the server along with the body of the response. It...
How to Test Response Headers of API by Rest Assured
›
What are Response Headers? When a client (like a browser or an API testing tool) makes an HTTP request to a server, the server responds w...
›
Home
View web version