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

What types of testing and application tested using selenium

There are many automation testing tools available in market and each tool have its own feature and limitations. Before choosing any tool for automation, You must have to check it’s features and limitations. You have to check if your selected tool have all those features which are required to automate your application? Is it compatible … Read more

Prerequisites to learn selenium automation testing with java

Selenium is automation testing tool so before learning prerequisites of selenium automation testing, We can divide software testing in two segments. Manual testing and automation testing. Prerequisites to learn selenium Knowledge of web application manual testing Knowledge of manual testing is first prerequisite to learn selenium automation testing. You must know how to test web … Read more