Category Archives: Selenium Java
• Selenium Java • Automation • Tutorial
How to Use @FindBy Annotation in Selenium Java
Code maintenance and duplication are two common challenges that software teams often face, resulting in reduced performance and reliability. It also makes the code more complex, tightly coupled, and less flexible for refactoring.
October 31, 2023
138573 Views
30 Min Read
• Selenium Java • Automation • Tutorial
How To Perform Visual Regression Testing With Selenium And Smart UI
User Interface or UI is the most critical front-facing part of an application. If it is not good enough to capture the users’ attention, they may stop using the application.
October 10, 2023
266997 Views
26 Min Read
• Selenium Java • Automation • Tutorial
How to Use JUnit ErrorCollector [With Examples]
This article is a part of our Learning Hub. For more in-depth resources, check out our hub on JUnit Tutorial. Have you encountered a situation where managing 500+ tests is challenging, and if any test fails, you need to pause and address the issue? If so, you’re in the right place.
October 5, 2023
259116 Views
17 Min Read
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
165754 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
195164 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
167282 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
157541 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
104594 Views
21 Min Read
• Automation • Selenium Java • Tutorial
How To Use JUnit Ignore Test Annotation [With Examples]
This article is a part of our Learning Hub. For more in-depth resources, check out our hub on JUnit Tutorial. 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
196355 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
58709 Views
19 Min Read