Overview
Selenium is a free (open-source) automated testing framework used to validate web applications across different browsers and platforms. You can use multiple programming languages like Java, C#, Python, etc to create Selenium Test Scripts. Testing done using the Selenium tool is usually referred to as Selenium Testing.
What you will Learn
- In this course, you will learn the basics of Selenium Automation tool-setup, running code on chrome browser
- Identifying web elements on a web page using locators and identifiers in Selenium WebDriver
- Synchronizing your application under test with Selenium code using waits in Selenium WebDriver
- Performing Mouse Operations