We get a lot of use cases where we may have to implement Base64 encoding…
Tag: API
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…