Create Data Driven Framework For Selenium WebDriver Using POI, TestNG And ANT

If you are using selenium webdriver as automation tool to test software web application and wants to create selenium webdriver data driven framework from scratch then follow bellow given steps. It will guide how to create data driven framework in selenium webdriver step by step to test software web application.Peoples are using different frameworks like keyword … Read more

Top Selenium interview questions and answers

Which selenium interview questions and answers you need to prepare before interview? You must know selenium interview questions and answers which are generally asked by interviewer. I think all those who are Interested to attend WebDriver Interview with company or client must be aware about basic and advanced level selenium interview questions and answers. I have created frequently asked selenium … Read more

How To Zoom In And Zoom Out Page In Selenium Test

As you know, Selenium webdriver Is very big project which supports many different languages to create test cases and execute them In different browsers. It support keyboard and mouse events very effectively using Advanced User Interaction API. I have listed Advanced User Interaction API tutorial links On THIS PAGE. Page Zoom In/Out Is one of the … Read more

What is element locator in selenium

Element locator in selenium Element locators in selenium plays very crucial role. Selenium find element using element locator. Selenium webdriver is automation testing tool which interacts directly with UI elements same as real user interacts with them. Selenium do not have any built in feature to locate element itself. To perform any action on UI … Read more