postman

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

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

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

API testing

API testing – API Environment

This part had many people wrote tutorials, but there are some parts missing, so I rewrote it. Today I will share with you what is API environment Introduction about API environment The main function of Environment is a place to save “variables” like “variables” in the code so that we can reuse it in many […]

API testing

API Testing – Collections API in Postman

After seeing some of my company programmers leave a bunch of requests in a mess, it took 5 minutes to find the request I used the day before here. where I have to think again, “Not everyone notices that there is this collections API in the world” and decided to write because maybe someone doesn’t […]