Category Archives: Selenium Java

assertTrue

Selenium JavaAutomationTutorial

assertTrue() in Java: A Complete Tutorial

Assertions are an important part of the automation testing process, ensuring the software functions as anticipated. If it is not working as desired, the tests have to be marked as failure and need to be halted to make the necessary investigation for the failure.

December 12, 2023

view count227814 Views

Read time17 Min Read

How To Perform Web Scraping with Selenium Java

Selenium JavaAutomationTutorial

How To Perform Web Scraping with Selenium Java

In today’s data-driven world, data aggregated from various sources is very important. It directly or indirectly impacts all our activities and abilities to make decisions for market research analysis or informed decisions in any industry for their growth and development.

November 13, 2023

view count141828 Views

Read time25 Min Read

How to Fix

AutomationSelenium JavaTutorial

How to Fix NoSuchElementException in Selenium

Dynamic websites have become prevalent in today’s digital world. They introduce many challenges related to digital experiences, such as the dynamic loading of pages and WebElements. The dynamic loading of web pages and elements has become a significant concern.

November 6, 2023

view count103425 Views

Read time19 Min Read

How to Use @FindBy Annotation in Selenium Java

Selenium JavaAutomationTutorial

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

view count116657 Views

Read time30 Min Read

How To Perform Visual Regression Testing With Selenium And Smart UI

Selenium JavaAutomationTutorial

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

view count255068 Views

Read time26 Min Read

How to Use JUnit ErrorCollector [With Examples]

Selenium JavaAutomationTutorial

How to Use JUnit ErrorCollector [With Examples]

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

view count247475 Views

Read time17 Min Read

AutomationSelenium Java

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

view count149634 Views

Read time25 Min Read

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 count178115 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 count151175 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 count142138 Views

Read time11 Min Read