In Selenium WebDriver selecting a values from the Listbox is important based on the required input. In few scenario’s we need to validate the Listbox contains duplicate items are getting… Read more »
In this example we will discuss about the usage of normalize-space in Xpath. We already aware of the Functions like text(),contains(),starts-with(),last() and position() in Xpath. Refer to this link to… Read more »
[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 »
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 »
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 »
Sorting: In computer science, a sorting algorithm is an algorithm that puts elements of a list in a certain order. The most frequently used orders are numerical order and lexicographical… Read more »
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 »
An overview of java-Collections-List,Set,Map,Queue Interface are explained in this post. For complete understanding please refer to Sun Certified Programmer for Java 6 Study Guide available in the scribd.com. Please click… Read more »