Category Archives: Selenium Java
How to Handle ElementClickInterceptedException in Selenium Java
Selenium is one of the most popular automation testing frameworks organizations use to automate their websites. With Selenium’s 4.0.0 release, multiple breaking changes have been introduced, like WC standardization, Selenium Manager, Chrome DevTools, etc.
September 18, 2023
155404 Views
25 Min Read
• Automation • Selenium Java • Tutorial
How to Handle Auto Suggestions in Selenium Java
You may have observed that when searching on Google or browsing through an eCommerce platform, automatic suggestions appear almost instantly as you start typing. These suggestions, known as auto-suggestions, are intended to provide a rapid guide to potentially relevant keywords and top searches based on your input.
August 4, 2023
185167 Views
25 Min Read
Thread.sleep() Method in Java – Complete Tutorial With Example
Steve (a fresher) recently joined our team as a Test Engineer. He was passionate and eager to learn new techniques and technologies and gain expertise in software testing.
July 24, 2023
156969 Views
28 Min Read
How To Use Arrays.asList() In Java [With Examples]
Test automation can be quite challenging sometimes when dealing with complex test cases.
June 16, 2023
150009 Views
11 Min Read
How To Handle NoSuchWindowException In Selenium
In today’s digital landscape, websites are brimming with dynamic content, captivating users with interactive experiences. A notable feature is the frequent emergence of new windows and tabs triggered by specific actions taken by users.
June 6, 2023
97582 Views
21 Min Read
• Automation • Selenium Java • Tutorial
How To Use JUnit Ignore Test Annotation [With Examples]
JUnit 5 is a widely adopted open-source unit testing framework for Java-based projects undergoing constant evolution to meet developers’ changing needs.
May 12, 2023
186799 Views
30 Min Read
How To Handle SSL Certificates In Selenium WebDriver?
We often access a website on our browser, which works fine. But when you try to access the same while automating it using Selenium WebDriver, the website is not loaded, and the browser shows a security error like “The connection is not secure” or “This connection is Untrusted.”
April 26, 2023
51042 Views
19 Min Read
A Complete Guide To Exception Tests In TestNG [With Examples]
While automating critical applications like banking apps, it’s important to implement error handling and validation checks to ensure that the application is secure and reliable for the bank’s customers.
April 14, 2023
42889 Views
20 Min Read
• Automation • Selenium Java • Tutorial
How To Perform Local Website Testing Using Selenium And Java
Users expect new features and websites to be seamless and user-friendly when they go live. End-to-end website testing in local infrastructure becomes an unspoken critical requirement for this.
February 8, 2023
143415 Views
15 Min Read
• Selenium Java • Automation • Tutorial
How To Automate Toggle Buttons In Selenium Java
If you pay close attention, you’ll notice that toggle switches are all around us because lots of things have two simple states: either ON or OFF (in binary 1 or 0).
November 24, 2022
201118 Views
13 Min Read