Selenium is an open-source API used for web browser automation This blog is to illustrate the new features introduced in Selenium 4 Selenium WebDriver supports different...



TestNG is an automation testing framework where NG stands for the “Next Generation” It is based on the Java programming language and used for unit, integration,...
What is No-Code Automation Progressing from manual to automation testing requires a change of procedure and assets Since the majority of the automation test tools require...
Recently we came across an interesting feature, to set static MAC address for the wifi ssids for Android 10 and above devicesMAC Randomization generates a random MAC address for...
Android 11 introduces work profiles for company owned devices with improved support for work profiles If a work profile is created from a setup wizard using QR code or zero touch...
In the real-world scenario, test execution takes place on some remote server 24x7 and no one monitors test execution with bare eyes knowing what is not working or failing becomes...
Whenever we initiate an event through a broadcast in our application then that broadcast is announced system wide So any application who is listening to the broadcast with the...
Introduced in JDK v18, Streams concepts makes the life of programmers a lot easier Don’t believe me! read along, at the end of this blog you’ll have a basic idea how we...
The navigation from one screen to another in android applications is made easier through android Navigation component With the Navigation component, we get a collection of...