RestAssured#1 - Introduction To API
What is an API? | Examples of API Usage | How does API work? | Types of API | What is webservice and its type |Difference between API and Web service
Search for a command to run...
Series
In this series I will share blogs on api testing and automation concepts using rest assured.
What is an API? | Examples of API Usage | How does API work? | Types of API | What is webservice and its type |Difference between API and Web service
What is REST API? | REST API Principles | HTTP Methods - GET, POST, PUT, PATCH, and DELETE
Before diving into what and how to test REST API. In this article first, let's see why we should bother to test/automate REST API at all. Traditionally most of the automation effort goes into writing automation scripts for UI. We know we should autom...

What is API Testing? An API abstracts the application layer and provides the resource(s) for consumption by the client. APIs are the middle tier of an application and they deal with the back end, usually via an ORM (Object-Relational Mapping) or any ...
1. Monolithic vs Microservice Architecture 2. RESTful Architecture 3. HTTP 4. Anatomy of REST APIs

API authentication is the process of verifying the identity of a user or a system that is making a request to an API. It is used to ensure that only authorized users or systems are able to access the API and its resources. Authentication is a way to ...
