API request

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 – How to make API request

The article today will share with you about How to make API request. When working with APIs, we only work with 2 main types of APIs: GET and POST. – GET: Ask the server to return resources: Imagine the scene on fb, swiping new feeds. – POST: Ask the server to create a new resource. […]