API Automation with Postman

Temitope
Software Testing and Automation
3 min readFeb 17, 2021

--

In the first version of API testing I published, I dealt with an introduction to API testing and API methods. When you run a regression test, you need to have an organised approach. You should know what tests you need and how to run them. Postman helps with test automation using test collection.

Things to look out for:

Authorization: Allows to specify collection usually authorization is the same for every call

Pre-request scripts: Execution script to run before each test. Create and pass in your script it can be used in test…

--

--