The Test Automation Pyramid is a framework and guiding principle, for organizing and structuring software…
Author: Dheeraj Gambhir

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,…

Best practices for API automation using Postman
1. Always use Collections and organize tests into folders for testing: Even Though the collection is…
Test Data Supplier (TestNG Data Provider wrapper)
Test Data Supplier (TestNG DataProvider wrapper) If you are a big fan of Stream and…
Properties Files in Java with Owner library
When we create an automation test framework, most of us use properties files to get…
Using Selenium- Want to clear all inputs in a web form quickly?
While submitting a form, at times, we get a use case where we need to…
Publish test results to Microsoft Teams, Slack, and many more
A simple, extendable, and excellent alerting tool to forward the test results from your CI/CD…
To perform data-driven testing- which is better (UI/API)?
For sure we can do data-driven testing using automated UI tests (Selenium, PlayWright, WebDIO, etc.)…

Find “Cursor” position or currently focused element in a web page with Selenium
Problem Statement: On your registration page, you entered valid values in few mandatory fields but…