Posts

Showing posts from May, 2021

API testing using postman

Image
  API TESTING  is a software testing type that validates Application Programming Interfaces (APIs). The purpose of API Testing is to check the functionality, reliability, performance, and security of the programming interfaces. How to do API Testing using POSTMAN ??? prerequisite : - Postman should be install on your system. - Basic knowledge regarding postman and API testing. 1) Normal GET Request Open the postman Select the GET from the request drop down Enter the get URL in input “Please enter request URL” Then click on send  You will get the response with the status code 2) Normal Post Request Open the postman Select Post From the request drop down Enter the get URL in input “Please enter request URL” Then Click on body Select the raw option and select the JSON from the drop down Then Add the body json  Then Click on send it will give the response Created with status code 201 3) How to parameterized the request To use the parameter you need to set the environment Click on the eye i