Category Archives: Selenium Java

How to Handle Auto Suggestions

AutomationSelenium JavaTutorial

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

view count184494 Views

Read time25 Min Read

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 count156239 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 count149372 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 count97181 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 count186122 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 count50588 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 count42310 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 count143028 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 count200694 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 count285097 Views

Read time26 Min Read