page 1 | | ©2009 Installation of Selenium IDE and RC Amit Maheshwari 20 th Sep’10
page 2 | | ©2009 Installing Selenium IDE Download the Selenium IDE from the following link When downloading from Firefox, it will ask you for the selenium IDE installation at the time of downloading. Click on Install Now button Restart the Firefox Go to Tools menu of Firefox, Selenium IDE will be listed under Add-ons
page 3 | | ©2009 Opening Selenium IDE Click on the Selenium IDE under Tools menu of Firefox
page 4 | | ©2009 Installing Selenium RC Download Selenium RC from the following link Download JDK1.5 or higher version Download Eclipse from following link nology/epp/downloads/release/helios/R/eclipse-jee-helios- win32.zip nology/epp/downloads/release/helios/R/eclipse-jee-helios- win32.zip Install Eclipse in your machine Unzip Selenium RC folder Run the Selenium Server – Go to the directory where Selenium-RC’s server is located and run the following from a command-line console. java -jar selenium-server.jar
page 5 | | ©2009 Installing Selenium RC Open Eclipse Create a new project Add the selenium-java-client-driver.jar files to your project as references. Add to your project classpath the file selenium-java-client- driver.jar. Above steps can be done using following link client.html#configuring-selenium-rc-eclipse-reference
page 6 | | ©2009 Thank You