[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 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 »
Rerunning failed tests using IRetryAnalyzer,ITestResult in TESTNG TESTNG is a java framework used by JAVA Developers to perform unit testing of their code. We can even use TESTNG for Selenium… Read more »
Xpath Helper,Chropath Plugins,Javascript Console for Chrome Browser In Selenium they are totally 8 Locators. Out of all Locators, Xpath is very important which helps to identify the WebElements. Identifying the… Read more »
The Difference Between :nth-child and :nth-of-type CssSelector CssSelector is one of the most important Locator in Selenium WebDriver. Also Css is faster when compare to Xpath. In CssSelector to use… Read more »
DevOps Tutorial-1 Pushing the Code to Github In this tutorial we will discuss about the significance of Github in Real Time Projects and also we will see step-by-step process of… Read more »
How can I install a second version of Firefox without affecting the first? In the case of Selenium Locators to learn about Xpath and CssSelector its good to practice the… Read more »
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 »
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 »
GitHub is a Web-based Git repository hosting service. It offers all of the distributed revision control and source code management (SCM) functionality of Git as well as adding its own… Read more »