As API testing becomes more central to modern software development, the tools we use to…
Tag: API
Automation
Continue Reading

Encode/Decode the variable/response using Postman itself
We get a lot of use cases where we may have to implement Base64 encoding…
Post using Multipart: How to upload a file using REST Assured?
If you use this code as mentioned in a few other blogs and videos: Map<String,…
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…