Testing APIs Using Postman

blog image source
An application program interface (API) is a set of routines, protocols, and tools for building software applications(how an API specifies how software components should interact).

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/

Popular posts from this blog

Week 9 to 12 - Learning with MCR Codes

Week 9 - Session 1 - The Internet, the Web, HTTP