We get a lot of use cases where we may have to implement Base64 encoding…
Tag: Postman
Automation
Continue Reading
Best practices for API automation using Postman
1. Always use Collections and organize tests into folders for testing: Even Though the collection is…
Automation
Continue Reading
Tips and tricks for automation using Postman/Newman
📌 Postman is one of the popular API testing tools in the market. In this…
Automation
Continue Reading
How to run your postman (Newman) automation collection in a Continuous Integration environment like Azure DevOps build Pipeline?
Postman Introduction: Postman is a tool that simplifies each step of building and testing APIs….
Automation
Continue Reading
Want to auto retry a failing request in postman based on a set number of max tries and with a certain amount of wait time?
Of course, there are many ways to tackle it but I have mentioned below one…