Selenium Java Articles

RSS feed

82 articles found in Selenium Java

What's New in JUnit 6: Features & Enhancements | TestMu AI (Formerly LambdaTest)
What's New in JUnit 6: Features & Enhancements | TestMu AI (Formerly LambdaTest)

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

Faisal Khatri

June 26, 2026

5 min read

Automate Selenium Login Tests With ChatGPT | TestMu AI (Formerly LambdaTest)
Automate Selenium Login Tests With ChatGPT | TestMu AI (Formerly LambdaTest)

Learn how to automate Selenium login tests with ChatGPT. Explore prompts, code walkthroughs, debugging tips, and best practices for better test generation.

Vipul Gupta

Vipul Gupta

May 27, 2026

5 min read

Automating Shadow DOM in Selenium WebDriver
Automating Shadow DOM in Selenium WebDriver

Learn about Shadow DOM in Selenium, how to find elements using getShadowRoot(), JavaScriptExecuter and automate Shadow DOM with Selenium.

Faisal Khatri

Faisal Khatri

November 25, 2025

22 min read

How to Use Selenium Proxy for Browser Automation | TestMu AI (Formerly LambdaTest)
How to Use Selenium Proxy for Browser Automation | TestMu AI (Formerly LambdaTest)

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

Alex Anie

September 3, 2025

31 min read

How to Use Selenium Stealth Mode to Bypass Bot Detection | TestMu AI (Formerly LambdaTest)
How to Use Selenium Stealth Mode to Bypass Bot Detection | TestMu AI (Formerly LambdaTest)

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

Jacob Muganda

September 3, 2025

23 min read

Gherkin Test Cases: A Strategic Guide for Enterprise QA | TestMu AI (Formerly LambdaTest)
Gherkin Test Cases: A Strategic Guide for Enterprise QA | TestMu AI (Formerly LambdaTest)

Learn how to write effective Gherkin test cases with clear structure, tags, and scenario outlines to improve collaboration and automation.

Saniya Gazala

Saniya Gazala

August 18, 2025

31 min read

Selenium With Java: A Hands-On Tutorial [2026] | TestMu AI (Formerly LambdaTest)
Selenium With Java: A Hands-On Tutorial [2026] | TestMu AI (Formerly LambdaTest)

Set up Selenium with Java, write your first WebDriver test, scale to parallel execution, and apply best practices for maintainable automation.

Salman Khan

Salman Khan

August 1, 2025

24 min read

What Is Robot Class in Selenium: A Complete Tutorial | TestMu AI (Formerly LambdaTest)
What Is Robot Class in Selenium: A Complete Tutorial | TestMu AI (Formerly LambdaTest)

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

Saniya Gazala

July 19, 2025

21 min read

How to Perform Java Unit Testing With JUnit
How to Perform Java Unit Testing With JUnit

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

Deboshree

July 11, 2025

15 min read

How to Find Element by Text in Selenium | TestMu AI (Formerly LambdaTest)
How to Find Element by Text in Selenium | TestMu AI (Formerly LambdaTest)

Learn how to findElement() by text in Selenium for dynamic IDs and Classes. Overcome challenges, enhance automation testing, and gain practical insights.

Vipul Gupta

Vipul Gupta

June 2, 2025

14 min read

How to Write JUnit Test Cases: Step-by-Step Guide | TestMu AI (Formerly LambdaTest)
How to Write JUnit Test Cases: Step-by-Step Guide | TestMu AI (Formerly LambdaTest)

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

Faisal Khatri

December 2, 2024

24 min read

A Complete Guide To Exception Tests In TestNG [With Examples] | TestMu AI (Formerly LambdaTest)
A Complete Guide To Exception Tests In TestNG [With Examples] | TestMu AI (Formerly LambdaTest)

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

Vipul Gupta

October 25, 2024

31 min read

Selenium Pagination Tutorial: How to Handle Page Navigation | TestMu AI (Formerly LambdaTest)
Selenium Pagination Tutorial: How to Handle Page Navigation | TestMu AI (Formerly LambdaTest)

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

Faisal Khatri

September 13, 2024

24 min read

JUnit Setup: How To Install and Configure JUnit 5 Environment
JUnit Setup: How To Install and Configure JUnit 5 Environment

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

How to Handle StaleElementReferenceException in Selenium
How to Handle StaleElementReferenceException in Selenium

Learn how to handle StaleElementReferenceException in Selenium with effective strategies to ensure stable and reliable test automation.

Faisal Khatri

Faisal Khatri

July 31, 2024

18 min read

How To Write Test Cases in Java | TestMu AI (Formerly LambdaTest)
How To Write Test Cases in Java | TestMu AI (Formerly LambdaTest)

Learn how to write test cases in Java Using Selenium WebDriver and TestNG.

Vipul Gupta

Vipul Gupta

July 8, 2024

26 min read

How to Create TestNG.xml File in Eclipse | TestMu AI (Formerly LambdaTest)
How to Create TestNG.xml File in Eclipse | TestMu AI (Formerly LambdaTest)

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

Faisal Khatri

June 21, 2024

25 min read

How To Generate Extent Reports In Selenium | TestMu AI (Formerly LambdaTest)
How To Generate Extent Reports In Selenium | TestMu AI (Formerly LambdaTest)

Learn how to generate Extent Reports in Selenium for comprehensive and customized test reporting using automation testing frameworks like TestNG.

Vipul Gupta

Vipul Gupta

June 14, 2024

34 min read

How To Handle Authentication PopUps in Selenium WebDriver | TestMu AI (Formerly LambdaTest)
How To Handle Authentication PopUps in Selenium WebDriver | TestMu AI (Formerly LambdaTest)

Learn to handle authentication popups in Selenium WebDriver, explore its different types of alerts, and effectively manage login prompts during web automation.

Vipul Gupta

Vipul Gupta

June 13, 2024

26 min read

How to Handle Hidden Elements in Selenium WebDriver | TestMu AI (Formerly LambdaTest)
How to Handle Hidden Elements in Selenium WebDriver | TestMu AI (Formerly LambdaTest)

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

Selenium SendKeys : All You Need To Know | TestMu AI (Formerly LambdaTest)
Selenium SendKeys : All You Need To Know | TestMu AI (Formerly LambdaTest)

Discover how to use Selenium sendkeys for sending keystrokes automatically! Dive into our blog for insights on effective sendkeys utilization.

Solomon Eseme

Solomon Eseme

May 21, 2024

22 min read

How to Use ThreadLocal in Java With Selenium WebDriver TestMu AI (Formerly LambdaTest)
How to Use ThreadLocal in Java With Selenium WebDriver TestMu AI (Formerly LambdaTest)

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

Vipul Gupta

May 7, 2024

32 min read

How to Use Thread.sleep() in Selenium
How to Use Thread.sleep() in Selenium

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

Faisal Khatri

April 25, 2024

27 min read

How to Handle Shadow Root Selenium Java | TestMu AI (Formerly LambdaTest)
How to Handle Shadow Root Selenium Java | TestMu AI (Formerly LambdaTest)

In this tutorial, learn how to handle Shadow root in Selenium Java using the getShadowRoot() method and JavaScriptExecuter.

Faisal Khatri

Faisal Khatri

April 22, 2024

31 min read

How To Take Screenshot In Selenium Java?
How To Take Screenshot In Selenium Java?

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

Tanay Kumar Deo

April 5, 2024

19 min read

How to Click on a Button in Selenium [With Examples]
How to Click on a Button in Selenium [With Examples]

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

Faisal Khatri

March 28, 2024

38 min read

Fix "Element Not Clickable at Point" in Selenium | TestMu AI (Formerly LambdaTest)
Fix "Element Not Clickable at Point" in Selenium | TestMu AI (Formerly LambdaTest)

Fix the "Element Not Clickable at Point" error in Selenium. Learn causes like overlaps, delays, and proven solutions with examples.

Faisal Khatri

Faisal Khatri

March 28, 2024

23 min read

Learn To Close Browser Tabs In Selenium Python And Java | TestMu AI (Formerly LambdaTest)
Learn To Close Browser Tabs In Selenium Python And Java | TestMu AI (Formerly LambdaTest)

Master the art of closing browser tabs in Selenium with Python and Java. Optimize your test automation with effective tab management.

Tanay Kumar Deo

Tanay Kumar Deo

March 21, 2024

41 min read

How to Handle Modal Dialog Box in Selenium WebDriver Java | TestMu AI (Formerly LambdaTest)
How to Handle Modal Dialog Box in Selenium WebDriver Java | TestMu AI (Formerly LambdaTest)

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

Vipul Gupta

March 20, 2024

36 min read

13 Best Java Testing Frameworks [2026] | TestMu AI (Formerly LambdaTest)
13 Best Java Testing Frameworks [2026] | TestMu AI (Formerly LambdaTest)

Stay ahead of the curve in software testing with our list of the 13 best Java testing frameworks for 2026.

Salman Khan

Salman Khan

February 20, 2024

26 min read

How To Install TestNG In Eclipse: Step-By-Step Guide | TestMu AI (Formerly LambdaTest)
How To Install TestNG In Eclipse: Step-By-Step Guide | TestMu AI (Formerly LambdaTest)

Learn how to install TestNG in Eclipse IDE and add it to your Java projects.

Kritika Murari

Kritika Murari

February 12, 2024

13 min read

Using TestNG In Selenium With Examples: A Detailed Guide | TestMu AI (Formerly LambdaTest)
Using TestNG In Selenium With Examples: A Detailed Guide | TestMu AI (Formerly LambdaTest)

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

Vipul Gupta

January 24, 2024

62 min read

How to Handle Dynamic Dropdowns in Selenium WebDriver Using Java | TestMu AI (Formerly LambdaTest)
How to Handle Dynamic Dropdowns in Selenium WebDriver Using Java | TestMu AI (Formerly LambdaTest)

Learn how to effectively manage dynamic dropdowns in Selenium WebDriver using Java. Master the art of automated testing for dynamic web elements.

Faisal Khatri

Faisal Khatri

January 16, 2024

54 min read

A Complete Tutorial on Using assertTrue() in Java
A Complete Tutorial on Using assertTrue() in Java

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

Faisal Khatri

December 12, 2023

27 min read

Web Scraping with Selenium Java: A Detailed Guide
Web Scraping with Selenium Java: A Detailed Guide

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

Vipul Gupta

November 13, 2023

41 min read

How to Fix NoSuchElementException in Selenium
How to Fix NoSuchElementException in Selenium

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

Vipul Gupta

November 6, 2023

28 min read

A Complete Guide to Using @FindBy Annotation in Selenium Java | TestMu AI (Formerly LambdaTest)
A Complete Guide to Using @FindBy Annotation in Selenium Java | TestMu AI (Formerly LambdaTest)

@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

Faisal Khatri

October 31, 2023

48 min read

How To Perform Visual Regression Testing With Selenium And Smart UI | TestMu AI (Formerly LambdaTest)
How To Perform Visual Regression Testing With Selenium And Smart UI | TestMu AI (Formerly LambdaTest)

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

Faisal Khatri

October 10, 2023

39 min read

How to Use JUnit ErrorCollector [With Examples] | TestMu AI (Formerly LambdaTest)
How to Use JUnit ErrorCollector [With Examples] | TestMu AI (Formerly LambdaTest)

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

How to Handle ElementClickInterceptedException in Selenium Java
How to Handle ElementClickInterceptedException in Selenium Java

This Selenium Java tutorial discusses the nitty-gritty of ElementClickInterceptedException in Selenium and ways to mitigate the exception.

Faisal Khatri

Faisal Khatri

September 18, 2023

40 min read

How to Handle Auto Suggestions in Selenium Java | TestMu AI (Formerly LambdaTest)
How to Handle Auto Suggestions in Selenium Java | TestMu AI (Formerly LambdaTest)

This blog delves into the intricacies of handling auto-suggestions in Selenium Java for web automation using different techniques.

Vipul Gupta

Vipul Gupta

August 4, 2023

41 min read

Thread.sleep() Method in Java - Complete Tutorial With Example | TestMu AI (Formerly LambdaTest)
Thread.sleep() Method in Java - Complete Tutorial With Example | TestMu AI (Formerly LambdaTest)

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

Faisal Khatri

July 24, 2023

41 min read

How To Use Arrays.asList() In Java [With Examples]
How To Use Arrays.asList() In Java [With Examples]

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

Arun Gupta

June 16, 2023

21 min read

How To Handle NoSuchWindowException In Selenium | TestMu AI (Formerly LambdaTest)
How To Handle NoSuchWindowException In Selenium | TestMu AI (Formerly LambdaTest)

This blog discusses some of the most common reasons for NoSuchWindowException in Selenium and the best practices to handle it.

Vipul Gupta

Vipul Gupta

June 6, 2023

31 min read

How To Use JUnit Ignore Test Annotation [With Examples] | TestMu AI (Formerly LambdaTest)
How To Use JUnit Ignore Test Annotation [With Examples] | TestMu AI (Formerly LambdaTest)

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

Faisal Khatri

May 12, 2023

51 min read

How To Handle SSL Certificates In Selenium WebDriver? | TestMu AI (Formerly LambdaTest)
How To Handle SSL Certificates In Selenium WebDriver? | TestMu AI (Formerly LambdaTest)

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

Vipul Gupta

April 26, 2023

28 min read

How To Perform Local Website Testing Using Selenium And Java | TestMu AI (Formerly LambdaTest)
How To Perform Local Website Testing Using Selenium And Java | TestMu AI (Formerly LambdaTest)

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

Vipul Gupta

February 8, 2023

21 min read

How To Automate Toggle Buttons In Selenium Java | TestMu AI (Formerly LambdaTest)
How To Automate Toggle Buttons In Selenium Java | TestMu AI (Formerly LambdaTest)

This Selenium Java tutorial covers how to automate toggle buttons in Selenium Java and interact with them while performing automated UI testing.

Fidaa Berrjeb

Fidaa Berrjeb

November 24, 2022

20 min read

Fluent Interface Design Pattern in Automation Testing | TestMu AI (Formerly LambdaTest)
Fluent Interface Design Pattern in Automation Testing | TestMu AI (Formerly LambdaTest)

This blog on the fluent interface design pattern discusses writing Selenium web automation tests in a fluent way.

Faisal Khatri

Faisal Khatri

October 27, 2022

42 min read

How To Get Response Status Code Using Apache HTTP Client? | TestMu AI (Formerly LambdaTest)
How To Get Response Status Code Using Apache HTTP Client? | TestMu AI (Formerly LambdaTest)

This blog demonstrates how to get response status codes with Apache HttpClient and execute them on cloud Selenium Grid.

Vipul Gupta

Vipul Gupta

July 11, 2022

25 min read

How To Select Multiple Checkboxes In Selenium WebDriver Using Java? | TestMu AI (Formerly LambdaTest)
How To Select Multiple Checkboxes In Selenium WebDriver Using Java? | TestMu AI (Formerly LambdaTest)

This article discusses various techniques on how to select multiple Checkboxes in Selenium WebDriver using Java.

Vipul Gupta

Vipul Gupta

June 20, 2022

23 min read

How To Use isDisplayed() In Selenium WebDriver | TestMu AI (Formerly LambdaTest)
How To Use isDisplayed() In Selenium WebDriver | TestMu AI (Formerly LambdaTest)

This article explains how to use isDisplayed() in Selenium WebDriver while performing Selenium automation testing.

Shalini Baskaran

Shalini Baskaran

April 22, 2022

25 min read

Window Handling in Selenium WebDriver Using Java | TestMu AI (Formerly LambdaTest)
Window Handling in Selenium WebDriver Using Java | TestMu AI (Formerly LambdaTest)

Learn window handling in Selenium WebDriver using Java with getWindowHandle, getWindowHandles, switchTo, and Selenium 4 newWindow API examples.

Ria Dayal

Ria Dayal

March 24, 2022

23 min read

How To Run JUnit Tests In Jupiter? [JUnit Jupiter Tutorial] | TestMu AI (Formerly LambdaTest)
How To Run JUnit Tests In Jupiter? [JUnit Jupiter Tutorial] | TestMu AI (Formerly LambdaTest)

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

Shalini Baskaran

March 16, 2022

30 min read

How To Use Java Event Listeners in Selenium WebDriver?
How To Use Java Event Listeners in Selenium WebDriver?

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

Vipul Gupta

February 4, 2022

19 min read

FindElement And FindElements In Selenium [Differences] | TestMu AI (Formerly LambdaTest)
FindElement And FindElements In Selenium [Differences] | TestMu AI (Formerly LambdaTest)

This article explains the difference between findElement and findElements in Selenium and various implementations of findElement using ID, Name, ClassName, TagName, etc.

Ria Dayal

Ria Dayal

January 18, 2022

32 min read

How To Handle Captcha In Selenium | TestMu AI (Formerly LambdaTest)
How To Handle Captcha In Selenium | TestMu AI (Formerly LambdaTest)

Learn how to effectively Handle Captcha in Selenium with expert tips and techniques. Elevate your web automation testing proficiency.

Ria Dayal

Ria Dayal

January 6, 2022

26 min read

Selenium Automation Testing: Basics and Getting Started
Selenium Automation Testing: Basics and Getting Started

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

Shahzeb Hoda

January 3, 2022

28 min read

JUnit 5 vs. TestNG: Choosing The Right Framework For Selenium Automation Testing
JUnit 5 vs. TestNG: Choosing The Right Framework For Selenium Automation Testing

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

Shalini Baskaran

December 27, 2021

44 min read

How To Switch Between iFrames In Selenium Java [Tutorial] | TestMu AI (Formerly LambdaTest)
How To Switch Between iFrames In Selenium Java [Tutorial] | TestMu AI (Formerly LambdaTest)

In this Selenium Java tutorial, we will look into the concept of iframes and how to handle iframes in Selenium Java.

Shalini Baskaran

Shalini Baskaran

December 15, 2021

14 min read

Getting Started With JUnit 5 And Mockito For Unit Testing
Getting Started With JUnit 5 And Mockito For Unit Testing

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

Ruchira Shukla

December 6, 2021

21 min read

How To Minimize Browsers In Selenium WebDriver Using JUnit | TestMu AI (Formerly LambdaTest)
How To Minimize Browsers In Selenium WebDriver Using JUnit | TestMu AI (Formerly LambdaTest)

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

Ria Dayal

November 30, 2021

18 min read

How To Perform Parallel Testing In TestNG With Selenium | TestMu AI (Formerly LambdaTest)
How To Perform Parallel Testing In TestNG With Selenium | TestMu AI (Formerly LambdaTest)

In this blog, we will see how to perform parallel test execution in TestNG on multiple browsers for Selenium automation testing.

Harita Ravindranath

Harita Ravindranath

November 12, 2021

31 min read

How To Use Assertions In TestNG Using Selenium
How To Use Assertions In TestNG Using Selenium

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

Praveen Mishra

November 1, 2021

27 min read

How To Use @RepeatedTest Annotation In JUnit 5 | TestMu AI (Formerly LambdaTest)
How To Use @RepeatedTest Annotation In JUnit 5 | TestMu AI (Formerly LambdaTest)

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

Ruchira Shukla

October 27, 2021

17 min read

How To Set Test Case Priority In TestNG With Selenium
How To Set Test Case Priority In TestNG With Selenium

In this blog, we will see how to set test case priority in TestNG while performing Selenium automation testing.

Ria Dayal

Ria Dayal

October 12, 2021

28 min read

Page Factory in Selenium For Web Automation Testing
Page Factory in Selenium For Web Automation Testing

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

Himanshu Sheth

October 11, 2021

34 min read

Utilizing TestNG Reporter Log in Selenium: A Step-by-Step Guide | TestMu AI (Formerly LambdaTest)
Utilizing TestNG Reporter Log in Selenium: A Step-by-Step Guide | TestMu AI (Formerly LambdaTest)

In this Selenium TestNG tutorial, we will learn about the Reporter Class in TestNG along with the different parameters it offers.

Ria Dayal

Ria Dayal

October 1, 2021

25 min read

Build Selenium Data-Driven Framework: Step-by-Step Guide | TestMu AI (Formerly LambdaTest)
Build Selenium Data-Driven Framework: Step-by-Step Guide | TestMu AI (Formerly LambdaTest)

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

Himanshu Sheth

September 28, 2021

54 min read

Parallel Testing With JUnit 5 And Selenium [Tutorial] | TestMu AI (Formerly LambdaTest)
Parallel Testing With JUnit 5 And Selenium [Tutorial] | TestMu AI (Formerly LambdaTest)

In this blog, we deep dive into how to perform parallel test execution with the JUnit 5 framework and Selenium.

Shalini Baskaran

Shalini Baskaran

September 11, 2021

29 min read

A Comprehensive Guide On JUnit 5 Extensions
A Comprehensive Guide On JUnit 5 Extensions

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

Ghislain Kalonji Mukendi

August 3, 2021

39 min read

How To Handle Cookies in Selenium WebDriver | TestMu AI (Formerly LambdaTest)
How To Handle Cookies in Selenium WebDriver | TestMu AI (Formerly LambdaTest)

In this blog, you will learn to handle cookies in Selenium WebDriver, clearing session cookies using Selenium, and more.

Shalini Baskaran

Shalini Baskaran

July 28, 2021

17 min read

Customize HTTP Headers in Java with Selenium WebDriver | TestMu AI (Formerly LambdaTest)
Customize HTTP Headers in Java with Selenium WebDriver | TestMu AI (Formerly LambdaTest)

This blog guides you through some of the different ways to modify HTTP request headers in Java using Selenium webDriver.

Harshit Paul

Harshit Paul

June 23, 2021

20 min read

TestNG vs JUnit: Select The Right Testing Framework
TestNG vs JUnit: Select The Right Testing Framework

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

Ruchira Shukla

May 24, 2021

23 min read

How to execute JUnit 4 tests with JUnit 5 [Tutorial] | TestMu AI (Formerly LambdaTest)
How to execute JUnit 4 tests with JUnit 5 [Tutorial] | TestMu AI (Formerly LambdaTest)

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

Shalini Baskaran

April 26, 2021

20 min read

How To Generate TestNG Reports In Jenkins? | TestMu AI (Formerly LambdaTest)
How To Generate TestNG Reports In Jenkins? | TestMu AI (Formerly LambdaTest)

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

How to group test cases in TestNG [with Examples] | TestMu AI (Formerly LambdaTest)
How to group test cases in TestNG [with Examples] | TestMu AI (Formerly LambdaTest)

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

Himanshu Sheth

December 21, 2020

32 min read

How To Run Junit Tests From The Command Line? | TestMu AI (Formerly LambdaTest)
How To Run Junit Tests From The Command Line? | TestMu AI (Formerly LambdaTest)

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

Himanshu Sheth

November 19, 2020

32 min read

How To Use DataProviders In TestNG [With Examples] | TestMu AI (Formerly LambdaTest)
How To Use DataProviders In TestNG [With Examples] | TestMu AI (Formerly LambdaTest)

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

Kritika Murari

August 18, 2020

17 min read

Create TestNG Project In Eclipse & Run Selenium Test Script
Create TestNG Project In Eclipse & Run Selenium Test Script

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

Praveen Mishra

July 31, 2020

21 min read

JUnit Parameterized Test Using Selenium : With Examples | TestMu AI (Formerly LambdaTest)
JUnit Parameterized Test Using Selenium : With Examples | TestMu AI (Formerly LambdaTest)

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

Harshit Paul

April 21, 2020

24 min read

Page Object Model Design Pattern in Selenium Java
Page Object Model Design Pattern in Selenium Java

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

Rahul Rana

April 13, 2020

27 min read