API Testing Using Postman
Postman, a highly popular tool for API development and testing, facilitates the process of sending requests to APIs and receiving their corresponding responses. Although its primary use case revolves around API testing, Postman also offers the capability to conduct performance and load testing. In this project I have used postman to test the API of the web application.
Working Procedure: I choose the supported and open-source (GET, POST, PUT, PATCH) method for PI testing using Postman. the following URL: reqres.in
GET METHOD TEST and RESULT:
POST METHOD TEST and RESULT:
PUT METHOD TEST and RESULT:
PATCH METHOD TEST and RESULT:
Conclusion: Postman’s widespread adoption as an API testing and automation tool can be attributed to its versatility and extensive range of features. It streamlines the tasks of sending re- quests, verifying responses, and fostering collaboration among team members throughout the API testing phase.