Testing APIs Using Postman
blog image source |
Postman is a popular API client that makes it easy for developers to create, share, test and document APIs. Postman is very convenient when it comes to executing APIs, since once you’ve entered and saved them you can simply use them over and over again, without having to remember the exact endpoint, headers, API key etc.
Postman can run GET, POST, PUT, DELETE, and various other request methods as well, and also has utilities to help with developing APIs.
Getting Started with Postman - https://www.blazemeter.com/blog/getting-started-postman
API testing tips - http://blog.getpostman.com/2017/07/28/api-testing-tips-from-a-postman-professional/