Articles in this series
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 · What is REST API? REST or Representational State Transfer is...
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...
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...
1. Monolithic vs Microservice Architecture 2. RESTful Architecture 3. HTTP 4. Anatomy of REST APIs · Monolithic vs. Microservices Architecture REST...
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...