Selenium testing introduction for beginners
Selenium is an open source technology for automating browser-based applications across different browsers and platforms. Selenium mainly interacts with the html elements on the browser and performs actions as programmed like look and perform actions on browser manually (Clicking on button, enter text on edit box etc.).Main components: Selenium IDE Selenium RC (Selenium 1) Webdriver…