Selenium IDE

For the setup of IDE and record/playback the user actions, you can get lot of resources in google. As selenium IDE is no more used by most organisation, we will not focus much on this here, still below are some more resources to get more detailed description – Link1

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…