Introduction to the Selenium IDE

Selenium is an automated web application testing utility that runs your tests directly in a web browser. Selenium uses JavaScript and Iframes to embed a test automation engine in your browser. The engine uses JavaScript that you can write by hand, but the makers of Selenium, have also created an IDE extension for Firefox that make writing your tests much easier. If you would like to try out Selenium and the Selenium IDE, you should check out this tutorial (complete with screencasts) that will get you up and running in no time at all!

2 Responses to “Introduction to the Selenium IDE”

  1. Vivek said on July 30th, 2007 at 11:05 pm

    In Selenium,
    I want to test the Combo box and verify the data present in that particular combo box.
    So how to test it exactly

  2. Aarvinda said on October 4th, 2007 at 2:31 am

    How to use .xls fils in selenium IDE