API Testing Using POSTMAN
POSTMAN is rest client. It is used to hit REST APIs. REST is “Representational State Transfer” Architecture. REST APIs are based on some HTTP methods like- GET: It is used for fetching data from the server POST: It is used for creating data in server PUT: It is used for updating data in the server […]