postman test

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 – 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 […]

API Testing – Postman pre request script
In the previous article, I wrote about test Response, now I will continue to write about Postman pre request script. Here are the steps when sending a request. The Pre-request part will be the part Postman will process before sending the request, and the test script to handle the returned response. So what can Pre-request […]

API Testing – Test API Response
Test response is an especially important feature for API testers. How can I run each request all day and then check each result manually, there must be a faster way This section provides 2 great features to help testers speed up API testing. Postman provides a framework for us to work, only supports pure Javascript […]

Using Postman to test API
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 […]