Category Archives: Selenium Java
• 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
184494 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
156239 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
149372 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
97181 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
186122 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
50588 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
42310 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
143028 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
200694 Views
13 Min Read
• Selenium Java • Automation • Tutorial
Fluent Interface Design Pattern in Automation Testing
Recently, I was going through some of the design patterns in Java by reading the book Head First Design Patterns by Eric Freeman, Elisabeth Robson, Bert Bates, and Kathy Sierra.
October 27, 2022
285097 Views
26 Min Read