Category: JAVA

[findElements Example]How to find Broken Links in a WebSite using Selenium WebDriver?

[findElements Example]How to find Broken Links in a WebSite using Selenium WebDriver? In Web Applications it is important to identify the Broken Links. As manual Tester when we click on… Read more »

[Solved] java.lang.ClassCastException using Generics in Java

[Solved] java.lang.ClassCastException using Generics in Java Generally when ever we write the Java Logic its better to know the issues during the compile time rather than at run time. If… Read more »

How to Attach Java Docs Source & Selenium Docs Source To Eclipse

How to Attach Java Docs Source & Selenium Docs Source To Eclipse In this tutorial we will learn how to attach the Java Source Code with attachments for the Java… Read more »

Run Selenium WebDriver Tests on Chrome Browser against MAC,LINUX,WINDOWS

Selenium automates browsers like Firefox,Chrome and Internet Explorer. Selenium WebDriver Scripts run against multiple Platforms MAC,Windows and Linux. In this tutorial, we will discuss about Running Selenium WebDriver Scripts on… Read more »

Select the Date from DatePicker in Selenium WebDriver-Example for While loop

In this example we will discuss how to automate the Date Picker in Selenium WebDriver. This example also gives details about the usage of while loop.As we know for and… Read more »

Auto Suggestion & Auto Complete Text Box – visibilityOfAllElementsLocatedBy Example

In this Example we will focus on Handling Auto Suggestion or Auto Complete Textbox in Web Based Applications like Yahoo in Selenium WebDriver. This Example helps to understand the usage… Read more »

Compiling and Running Java Programs without IDE – Online Compiler – Online Editor

In this tutorial we will focus on executing java programs for practice without using IDE’s like Eclipse, NetBeans,IntelliJ and also to run java programs without installing the JAVA Software and… Read more »

Xpath Axes Locators in Selenium WebDriver- Dynamic HTML Table

Refer to the below Links for Practise Complete JAVA QUIZ Selenium Advanced Quiz 50 Real Time Interview Questions Selenium Quiz REST API QUIZ Dynamic Content: In Web Applications the data… Read more »