How To Create a Local API server

How To Create a Local API server

In this post, we will learn How to create a local API server, How to install and start JSON server. Install JSON Server Before start JSON server first we need to download and install Node.js. …

Read more

Rest Assured GET Request with Example

In this tutorial, we will learn Rest Assured GET request from basics. We will also learn about POST, PUT, PATCH and DELETE request using Rest Assured. In last tutorial we have learnt few terms- Endpoint, …

Read more

What is REST API?

API testing -What is REST API?

Hi All, In this post we will see – what is REST API testing and what are the different http methods, http status code with description, what is authentication and its types. Also we will …

Read more