[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 »
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 »
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 »
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 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 »
Rest Assured Rest Assured API is used to test the REST [Representational State Transfer] methods as such GET,POST,DELETE and UPDATE Methods. REST API Documentation can be referred using the link… Read more »