Using Postman to test API

API testing

Postman’s pros and cons

Postman is a tool to test the API of Postdot Technologies, which was developed in 2012. Currently, Postman has 3 versions: Postman, Postman Pro (2016) and Postman Enterprise (2017). I’m new to Postman free version so I just note these things for using Postman to test API

Pros:

– Easy to use, supports both UI and non-UI running.

– Support writing code for assert automatically by Javascript.

– Supports both RESTful services and SOAP services.

– There is a function to create API document.

Cons:

– New paid versions support advanced features: Teamwork, direct support…

Download for using Postman to test API

Download at: Postman Link

The main components of Postman

Postman interface:

Settings: contains information about general settings.

  • Account information: used for Login, logout and sync data.
  • Custom settings: themes, shortcuts, format…
  • Import data from outside

Collection: store information of APIs by folder or by time.

API content: display detailed API content and support sections to help perform API testing. This is the part where testers have to work the most.

Thank you for reading.

To see more articles about API testing , please go this link

Leave a Reply

Your email address will not be published. Required fields are marked *

API testing

Test runner – API testing

Test runner – According to the previous post, you already know how to create simple tests for each API, but a project has too many APIs and too many different tasks, each task is a collection of several APIs how must be solved. Along with that is the management method that you think is applicable […]

API testing

How to test API

After reading “test API with Postman” series, you should be able to grasp the basic knowledge of the API and the functions Postman provides. But how to arrange tests and write Testcases for API still seems not very clear, so today I will write a post about how to test API properly. Reminder of knowledge […]

API testing

API testing – API documentation

Postman, in addition to providing an API testing tool, also helps us to make API documentation extremely professional and easy. This API document can be shared by both the team and the client. Usually, the API is usually written by Dev on google sheets, but at a certain stage of development, the dev will be […]