If your UI automation code takes screenshots of failure in the test method or page…
Pickles- Living doc generator of your Gherkin feature files
You have a set of BDD feature files written in the Gherkin language but your…
Cucumber interchangeable keywords
Did you know that the following keywords are interchangeable in cucumber, but should be better…
Easiest Way to Get the Crash Logs for iOS
Wondering how to get the crash logs for the apps being tested on iOS? The…
What is the Pyramid of Test Automation?
The Test Automation Pyramid is a framework and guiding principle, for organizing and structuring software…
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,…
Few useful Android Debug Bridge (ADB) Commands with Examples
Android Debug Bridge (ADB) Android Debug Bridge is a command-line utility tool, that provides interaction…
Best practices for API automation using Postman
1. Always use Collections and organize tests into folders for testing: Even Though the collection is…
Building Your First Azure DevOps CI CD Pipeline: A Step-by-Step Guide
Image Source — Microsoft What is Azure Pipelines? Azure Pipelines provides cloud-based solutions. It develops and…