page 1 | | ©2009 installation of selenium ide and rc amit maheshwari 20 th sep’10

6
page 1 | www.ciber.com | ©2009 Installation of Selenium IDE and RC Amit Maheshwari 20 th Sep’10

Upload: luke-welch

Post on 18-Jan-2016

214 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Page 1 |  | ©2009 Installation of Selenium IDE and RC Amit Maheshwari 20 th Sep’10

p a g e 1 | w w w. c i b e r. c o m | ©2009

Installation of Selenium IDE and RC

Amit Maheshwari 20th Sep’10

Page 2: Page 1 |  | ©2009 Installation of Selenium IDE and RC Amit Maheshwari 20 th Sep’10

p a g e 2 | w w w. c i b e r. c o m | ©2009

Installing Selenium IDE

• Download the Selenium IDE from the following link http://seleniumhq.org/download/

• 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: Page 1 |  | ©2009 Installation of Selenium IDE and RC Amit Maheshwari 20 th Sep’10

p a g e 3 | w w w. c i b e r. c o m | ©2009

Opening Selenium IDE

• Click on the Selenium IDE under Tools menu of Firefox

Page 4: Page 1 |  | ©2009 Installation of Selenium IDE and RC Amit Maheshwari 20 th Sep’10

p a g e 4 | w w w. c i b e r. c o m | ©2009

Installing Selenium RC• Download Selenium RC from the following link

http://seleniumhq.org/download/• Download JDK1.5 or higher version• Download Eclipse from following link

http://www.eclipse.org/downloads/download.php?file=/technology/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: Page 1 |  | ©2009 Installation of Selenium IDE and RC Amit Maheshwari 20 th Sep’10

p a g e 5 | w w w. c i b e r. c o m | ©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

http://seleniumhq.org/docs/appendix_installing_java_driver_client.html#configuring-selenium-rc-eclipse-reference

Page 6: Page 1 |  | ©2009 Installation of Selenium IDE and RC Amit Maheshwari 20 th Sep’10

p a g e 6 | w w w. c i b e r. c o m | ©2009

Thank You