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…
How to integrate TestNG Test Automation Results (Selenium/Rest Assured/Appium) with TestRail?
To integrate TestRail with any automation suite, we can use the TestRail APIs with the…
3 Selenium classes that can help you locate elements
Here we have discussed 3 Selenium classes that are not so popular but that can…
TestNG/JUnit: assertTrue vs assertEquals for text verification
We all do text validation in our automation tests to validate whether the returned value…
Tips and tricks for automation using Postman/Newman
📌 Postman is one of the popular API testing tools in the market. In this…