Category Archives: Selenium Java

Thread.sleep() Method in Java - Complete Tutorial With Examples

Selenium JavaTutorial

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

view count151621 Views

Read time28 Min Read

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

Selenium JavaTutorial

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

view count142884 Views

Read time11 Min Read

How to handle NoSuchWindowException in Selenium

Selenium JavaTutorial

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

view count93763 Views

Read time21 Min Read

JUnitIgnoreTest

AutomationSelenium JavaTutorial

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

view count178344 Views

Read time30 Min Read

Selenium WebDriver

Selenium JavaTutorial

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

view count46872 Views

Read time19 Min Read

Exception Tests

Selenium Java

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

view count37799 Views

Read time20 Min Read

AutomationSelenium JavaTutorial

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

view count139785 Views

Read time15 Min Read

How To Find Hidden Elements In Selenium WebDriver With Java

Selenium JavaSelenium WebDriverTutorial

How To Find Hidden Elements In Selenium WebDriver With Java

Have you ever struggled with handling hidden elements while automating a web or mobile application? I was recently automating an eCommerce application. I struggled with handling hidden elements on the web page.

January 3, 2023

view count74497 Views

Read time15 Min Read

How To Automate Toggle Buttons In Selenium Java

Selenium JavaAutomationTutorial

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

view count197335 Views

Read time13 Min Read

Fluent Interface Design Pattern in Automation Testing

Selenium JavaAutomationTutorial

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

view count281635 Views

Read time26 Min Read