Category: Rest Assured

Common API Terminologies

Common API Terminologies

Lets understand Common terminologies we encounter when working with RESTful APIs. Understanding these terms is essential for developing and consuming RESTful services effectively. 1.REST – stands for Representational State Transfer, and it is an...

API’s for practicing test automation

API’s for practicing test automation

You want to get started with API testing or want to practice writing automation scripts , Then you can try the below free REST APIs available for practicing RESTful Booker:The RESTful Booker is an...

What is Response Specification

What is Response Specification

Response specification helps to remove the duplicate code while building the framework .In a real project we will have lot of test cases which uses common steps to make a request or validate a...

What is Request Specification

What is Request Specification

Request specification helps to remove the duplicate code while building the framework .In a real project we will have lot of test cases which uses common steps to make a request or validate a...

HTTP Methods Every Tester should know

HTTP Methods Every Tester should know

In this blog lets discuss on the different http methods and how to use them during API testing I have made a small chart with short description , which helps us to quickly glance...

What is REST

What is REST

REpresentational State Transfer and its an architecture REST Uses HTTP protocol for the communication It was developed to overcome the limitation SOAP. And to make the web services light weight In REST “REpresentational” means,...