Element locator XPath in selenium to find element

Selenium XPath element locator to find element by XPath In selenium, XPath is one of the most popular element locator. Selenium find element by XPath in selenium is little bit hard. XPath in selenium is used to traverse through the HTML structure of the web page. Before looking at selenium XPath, We must know what … Read more

Interface In Java : Tutorials For Selenium Webdriver

I described about Inheritance and method overriding in java software development language In my previous post so I am suggesting you to read that post, Specially method overriding concept before learning about Interface In Java software development. If you will go for selenium webdriver Interview then Interviewer will ask you first question : What Is WebDriver? Peoples will … Read more

Data Driven Test Using CSV File In Selenium WebDriver

Earlier we learnt how to perform data driven software automation testing using Java Excel API to read data from excel file In THIS POST. We have also used Apache POI API to read data from excel file In data driven software automation framework creation. Steps to create data driven framework are given on THIS PAGE. Now … Read more