Introduction to Selenium IDE

Selenium IDE is the easiest open source test automation tool. There are some limitation in Selenium IDE, however it can be effectively used for functional testing of Web Applications. It is best suited during integration phase of testing.

Before going into Selenium we will check the need of Automation Testing over Manual Testing

Why Should I Automate ?

  1. It reduces the rerunning of test against the new release to ensure that all previous changes done are un-changed
  2. Automation tool can be used for Load Testing, Performance Testing where if we need to test the performance or load over 10,000 user it can be easily automated
  3. It saves time, money and also increases the accuracy
  4. It also can be useful to developer to quick check any module before sending it to QA team

What is Selenium ?

Main Components of Selenium Testing Tool

  1. Selenium IDE
  2. Selenium RC
  3. Selenium Grid

Selenium IDE

Steps for Installing Selenium IDE and record and play script


  1. Start Selenium IDE
  2. Minimize the tool and enter www.google.com
  3. After that type Selenium and click on Search
  4. Select the first record that is searched
  5. Now Stop the recording and Save it with .html extension
  6. Once Test Case is saved, play that Script
Exit mobile version