82 articles found in Selenium Java
JUnit 6 raises the Java baseline to 17, unifies module versioning, adds native Kotlin coroutine support, and removes legacy modules. See what's new in JUnit 6.
Faisal Khatri
June 26, 2026
5 min read
Learn how to automate Selenium login tests with ChatGPT. Explore prompts, code walkthroughs, debugging tips, and best practices for better test generation.
Vipul Gupta
May 27, 2026
5 min read
Learn about Shadow DOM in Selenium, how to find elements using getShadowRoot(), JavaScriptExecuter and automate Shadow DOM with Selenium.
Faisal Khatri
November 25, 2025
22 min read
Learn how to set up and run Selenium Proxy with Python to bypass IP bans, handle geo-restrictions, and scale browser automation securely.

Alex Anie
September 3, 2025
31 min read
Learn how to use Selenium Stealth Mode to bypass bot detection in web scraping with step-by-step setup, examples, and cloud testing on TestMu AI (Formerly LambdaTest).
Jacob Muganda
September 3, 2025
23 min read
Learn how to write effective Gherkin test cases with clear structure, tags, and scenario outlines to improve collaboration and automation.

Saniya Gazala
August 18, 2025
31 min read
Set up Selenium with Java, write your first WebDriver test, scale to parallel execution, and apply best practices for maintainable automation.

Salman Khan
August 1, 2025
24 min read
Learn how the Robot class in Selenium helps automate system-level tasks like file uploads, pop-ups, and keyboard events for more complete test coverage.

Saniya Gazala
July 19, 2025
21 min read
Learn how to perform Java unit testing using JUnit with step-by-step guidance on setup, writing test cases, and ensuring your code works as expected.
Deboshree
July 11, 2025
15 min read
Learn how to findElement() by text in Selenium for dynamic IDs and Classes. Overcome challenges, enhance automation testing, and gain practical insights.
Vipul Gupta
June 2, 2025
14 min read
Learn how to write JUnit test cases with this step-by-step guide. Master test annotations, assertions, and best practices to ensure robust and reliable testing.
Faisal Khatri
December 2, 2024
24 min read
This blog post delves into some of the common exceptions encountered while performing automation testing and illustrates how to manage them by creating exception tests using TestNG.
Vipul Gupta
October 25, 2024
31 min read
In this Selenium pagination tutorial, learn about paginated websites, their importance, and how to automate pagination using Selenium Java on the TestMu AI (Formerly LambdaTest) cloud grid.
Faisal Khatri
September 13, 2024
24 min read
Learn how to setup JUnit 5 on Windows, configure environment variables, install JUnit in IntelliJ IDEA, and write and run your first JUnit test in Java.
Sri Priya
July 31, 2024
5 min read
Learn how to handle StaleElementReferenceException in Selenium with effective strategies to ensure stable and reliable test automation.
Faisal Khatri
July 31, 2024
18 min read
Learn how to write test cases in Java Using Selenium WebDriver and TestNG.
Vipul Gupta
July 8, 2024
26 min read
This TestNG guide will help you in creating a TestNG.xml file and then executing multiple test cases in parallel on a Selenium Grid.
Faisal Khatri
June 21, 2024
25 min read
Learn how to generate Extent Reports in Selenium for comprehensive and customized test reporting using automation testing frameworks like TestNG.
Vipul Gupta
June 14, 2024
34 min read
Learn to handle authentication popups in Selenium WebDriver, explore its different types of alerts, and effectively manage login prompts during web automation.
Vipul Gupta
June 13, 2024
26 min read
Learn how to handle hidden elements in Selenium WebDriver with Java: JavaScriptExecutor clicks, getAttribute for text, isDisplayed checks, and hidden dropdowns.
Sri Priya
June 12, 2024
18 min read
Discover how to use Selenium sendkeys for sending keystrokes automatically! Dive into our blog for insights on effective sendkeys utilization.

Solomon Eseme
May 21, 2024
22 min read
In this Selenium Java tutorial, we will learn what is ThreadLocal in Java demonstrating practical examples of its implementation in Selenium test automation
Vipul Gupta
May 7, 2024
32 min read
Ever wondered how to use Thread.sleep in Java? Learn everything there is to know about the method and using it in Selenium. Read more.
Faisal Khatri
April 25, 2024
27 min read
In this tutorial, learn how to handle Shadow root in Selenium Java using the getShadowRoot() method and JavaScriptExecuter.
Faisal Khatri
April 22, 2024
31 min read
Learn to take screenshot in Selenium Java and get in depth knowledge of why it is critical in the software testing lifecycle.

Tanay Kumar Deo
April 5, 2024
19 min read
Learn how to click on a button in Selenium with working Java, Python, and JavaScript examples covering left-click, right-click, double-click, drag-and-drop, JavascriptExecutor fallback, and explicit waits.
Faisal Khatri
March 28, 2024
38 min read
Fix the "Element Not Clickable at Point" error in Selenium. Learn causes like overlaps, delays, and proven solutions with examples.
Faisal Khatri
March 28, 2024
23 min read
Master the art of closing browser tabs in Selenium with Python and Java. Optimize your test automation with effective tab management.

Tanay Kumar Deo
March 21, 2024
41 min read
In this Selenium Java tutorial, we will learn what a modal dialog box is and how to handle modal dialog box in Selenium WebDriver Java
Vipul Gupta
March 20, 2024
36 min read
Stay ahead of the curve in software testing with our list of the 13 best Java testing frameworks for 2026.

Salman Khan
February 20, 2024
26 min read
Learn how to install TestNG in Eclipse IDE and add it to your Java projects.

Kritika Murari
February 12, 2024
13 min read
TestNG is a robust Java-based testing framework. Streamline parallel testing and leverage comprehensive reporting while harnessing the power of TestNG in Selenium.
Vipul Gupta
January 24, 2024
62 min read
Learn how to effectively manage dynamic dropdowns in Selenium WebDriver using Java. Master the art of automated testing for dynamic web elements.
Faisal Khatri
January 16, 2024
54 min read
assertTrue() method is used for performing assertions in automated tests. This JUnit tutorial demonstrates using the assertTrue() in Java to perform assertions and check specific conditions.
Faisal Khatri
December 12, 2023
27 min read
Web Scraping or Web Data Extraction automatically extracts data from any target website using software tools and scripts. This blog delves into the intricacies of performing web scraping with Selenium Java for different websites.
Vipul Gupta
November 13, 2023
41 min read
NoSuchElementException is one of the most common exceptions in Selenium, which occurs when an element is not found on the page. This blog post discusses NoSuchElementException, why it occurs, and how to fix NoSuchElementException in Selenium with Java.
Vipul Gupta
November 6, 2023
28 min read
@FindBy is an annotation used in Java to locate and identify web elements on a web page. This Selenium Java tutorial discusses using @FindBy annotation along with @FindBys, @FindAll, and @CacheLookup in Selenium Java.
Faisal Khatri
October 31, 2023
48 min read
Selenium visual regression testing focuses on detecting unintended visual changes or regressions in a web application's user interface over time. This blog discusses visual regression testing and how to perform it with Selenium and TestMu AI (Formerly LambdaTest)’s SmartUI.
Faisal Khatri
October 10, 2023
39 min read
Discover JUnit ErrorCollector, a crucial tool for comprehensive test coverage. Learn how it simplifies error handling, ensuring smooth test execution.
Sri Priya
October 5, 2023
30 min read
This Selenium Java tutorial discusses the nitty-gritty of ElementClickInterceptedException in Selenium and ways to mitigate the exception.
Faisal Khatri
September 18, 2023
40 min read
This blog delves into the intricacies of handling auto-suggestions in Selenium Java for web automation using different techniques.
Vipul Gupta
August 4, 2023
41 min read
This Selenium Java tutorial discusses Thread.sleep() in Java to pause the code execution for some time and best practices of using Selenium’s implicit, explicit and fluent waits in the code for saving the time in test automation code execution.
Faisal Khatri
July 24, 2023
41 min read
Learn about the Arrays.asList() in Java with examples and understand how to convert arrays to lists and vice versa. This blog covers everything you need to know about working with arrays and lists in Java using the Arrays.asList() method.
Arun Gupta
June 16, 2023
21 min read
This blog discusses some of the most common reasons for NoSuchWindowException in Selenium and the best practices to handle it.
Vipul Gupta
June 6, 2023
31 min read
This blog on JUnit Ignore Test annotation will provide valuable inputs and practical advice on how to disable/skip tests using different annotations.
Faisal Khatri
May 12, 2023
51 min read
This blog on how to handle SSL certificates in Selenium will help you understand more about SSL certificates and their importance in production and testing.
Vipul Gupta
April 26, 2023
28 min read
In this blog on local website testing, we will learn more about local page testing and its advantages in software development and the testing cycle.
Vipul Gupta
February 8, 2023
21 min read
This Selenium Java tutorial covers how to automate toggle buttons in Selenium Java and interact with them while performing automated UI testing.
Fidaa Berrjeb
November 24, 2022
20 min read
This blog on the fluent interface design pattern discusses writing Selenium web automation tests in a fluent way.
Faisal Khatri
October 27, 2022
42 min read
This blog demonstrates how to get response status codes with Apache HttpClient and execute them on cloud Selenium Grid.
Vipul Gupta
July 11, 2022
25 min read
This article discusses various techniques on how to select multiple Checkboxes in Selenium WebDriver using Java.
Vipul Gupta
June 20, 2022
23 min read
This article explains how to use isDisplayed() in Selenium WebDriver while performing Selenium automation testing.
Shalini Baskaran
April 22, 2022
25 min read
Learn window handling in Selenium WebDriver using Java with getWindowHandle, getWindowHandles, switchTo, and Selenium 4 newWindow API examples.
Ria Dayal
March 24, 2022
23 min read
In this JUnit Jupiter tutorial, we explore the basic usage of Jupiter, its unit testing capabilities, and how you can run JUnit tests in Jupiter.
Shalini Baskaran
March 16, 2022
30 min read
In this Selenium Java tutorial, we will learn Java Event Listeners in detail and how we can implement them in Selenium automation testing.
Vipul Gupta
February 4, 2022
19 min read
This article explains the difference between findElement and findElements in Selenium and various implementations of findElement using ID, Name, ClassName, TagName, etc.
Ria Dayal
January 18, 2022
32 min read
Learn how to effectively Handle Captcha in Selenium with expert tips and techniques. Elevate your web automation testing proficiency.
Ria Dayal
January 6, 2022
26 min read
This article will help you learn the basics of Selenium and everything you need to know to get started with Selenium automation testing.

Shahzeb Hoda
January 3, 2022
28 min read
This article on JUnit 5 vs. TestNG compares the differences between JUnit and TestNG to help you choose the right framework for your test automation requirements.
Shalini Baskaran
December 27, 2021
44 min read
In this Selenium Java tutorial, we will look into the concept of iframes and how to handle iframes in Selenium Java.
Shalini Baskaran
December 15, 2021
14 min read
In this JUnit 5 Mockito tutorial, we will see how Mockito can be used with the JUnit unit testing framework and its new features in the bucket for JUnit 5.
Ruchira Shukla
December 6, 2021
21 min read
This blog shows how to minimize browser windows in Selenium WebDriver using JUnit and demonstrate the same on the TestMu AI (Formerly LambdaTest) platform.
Ria Dayal
November 30, 2021
18 min read
In this blog, we will see how to perform parallel test execution in TestNG on multiple browsers for Selenium automation testing.

Harita Ravindranath
November 12, 2021
31 min read
In this TestNG tutorial, you will learn how to use different assertions in TestNG and see how they are helpful in Selenium automation testing.
Praveen Mishra
November 1, 2021
27 min read
In this blog, you will learn how to use @RepeatedTest annotation in JUnit 5 to achieve the repetition of test cases and the use case for that.
Ruchira Shukla
October 27, 2021
17 min read
In this blog, we will see how to set test case priority in TestNG while performing Selenium automation testing.
Ria Dayal
October 12, 2021
28 min read
This blog, a part of the Page Factory Selenium tutorial series, deep dives into the essentials of the Page Factory design pattern in Selenium. The Page Factory Selenium class provides annotations and methods that make it easy to maintain and re-use Selenium tests.

Himanshu Sheth
October 11, 2021
34 min read
In this Selenium TestNG tutorial, we will learn about the Reporter Class in TestNG along with the different parameters it offers.
Ria Dayal
October 1, 2021
25 min read
In this blog, we deep dive into the nuances of data driven tests in Selenium and how the popular Data Driven Framework in Selenium can be used for realizing data driven testing as well as cross browser testing.

Himanshu Sheth
September 28, 2021
54 min read
In this blog, we deep dive into how to perform parallel test execution with the JUnit 5 framework and Selenium.
Shalini Baskaran
September 11, 2021
29 min read
In this blog, we will learn about different kinds of extension models in the JUnit 5 testing library and see how JUnit 5 extensions can be used to extend the behavior of test classes or methods.
Ghislain Kalonji Mukendi
August 3, 2021
39 min read
In this blog, you will learn to handle cookies in Selenium WebDriver, clearing session cookies using Selenium, and more.
Shalini Baskaran
July 28, 2021
17 min read
This blog guides you through some of the different ways to modify HTTP request headers in Java using Selenium webDriver.

Harshit Paul
June 23, 2021
20 min read
TestNG and JUnit are the most widely used Java-based test automation frameworks. In this blog, we look at the core differences between TestNG and JUnit frameworks for Selenium automation testing.
Ruchira Shukla
May 24, 2021
23 min read
Is JUnit 4 different than JUnit 5? In this blog, learn the differences in annotations, how to migrate tests from JUnit4, and to execute tests with JUnit 5.
Shalini Baskaran
April 26, 2021
20 min read
Learn how to generate TestNG report in Jenkins in our latest blog. You will also learn how to share these TestNG reports in Jenkins through email. Generate & share a Jenkins Selenium report seamlessly!
Piyusha
February 4, 2021
27 min read
Learn how groups in TestNG let you run smoke, regression, or specific tests on demand, with examples for @BeforeGroups, dependsOnGroups, and the command line.

Himanshu Sheth
December 21, 2020
32 min read
Want to run JUnit tests from the command line? Read on to learn how to compile and run JUnit tests from the command line in different ways.

Himanshu Sheth
November 19, 2020
32 min read
Learn how to use DataProvider in TestNG to inject multiple values into a single Selenium test, including inheritance, Excel, parallel execution, and cloud runs.

Kritika Murari
August 18, 2020
17 min read
Learn how to create your first TestNG project in Eclipse with this step-by-step guide for Selenium WebDriver and run your first Selenium TestNG Script.
Praveen Mishra
July 31, 2020
21 min read
Tired of writing the same test scripts for different input values. Save time by learning how to perform a parametrized test in JUnit to retrieve data from a data source.

Harshit Paul
April 21, 2020
24 min read
Page object model helps to reduce code duplication and improve test maintenance. Read now to learn how to implement POM design pattern with examples in Java.
Rahul Rana
April 13, 2020
27 min read