vurkid.blogg.se

Install eclipse for selenium
Install eclipse for selenium








In the next post we will learn how to execute selenium tests using Eclipse

  • Download Selenium Server as well as Client drivers and unzip into a folder.
  • Referenced libraries –> contains both the Selenium Client driver jar files as shown in the below picture.
  • Select “Selenium Client Drivers” unzipped in C:Selenium folder (Selenium Server JAR file should not be added).
  • Now we are done with creation of project and need to configure the Selenium Client driver to this Project.
  • In Select Wizard –> Click Java –> “Java Project” (demonstrated in the below figure).
  • Go to Eclipse –> Click File –> New –> Project (from various options need to select just “project”).
  • We need to configure the appropriate Selenium Client driver Jar file to the Eclipse.
  • Create “Selenium” folder in C: drive and copy the Selenium-server.jar as well as unzip the Selenium Client driver (C:Selenium)ĭownloading and unzipping the files into a folder is done.
  • Download Selenium Client driver for Java (from Selenium Client Drivers section).
  • Now, we need to download Selenium RC server / client driver and configure that to Eclipse

    install eclipse for selenium

    Now Select the C:Eclipse-WorkspaceSeleniumTests folder (These steps are demonstrated in the following figure).Click File menu –> Switch Worspace –> other.Double click on “Eclipse shortcut on Desktop”.Now we need to create a workspace folder –> C:Eclipse-WorkspaceSeleniumTests.Create Eclipse desktop shortcut (go to C:Eclipse folder –> right click Eclipse.exe and then click on “desktop create shortcut”) as demonstrated in the below pictures.C:Eclipse-Workspace)in the same drive where Eclipse is unzipped and renamed.

    install eclipse for selenium

  • Create one more folder “Eclipse-Workspace” (i.e.
  • Unzip the downloaded zip file and rename that to Eclipse.
  • Click on OK button and save to a local drive (i.e.
  • Select Eclipse IDE for Java Developers (Click on Windows 32 bit platform).
  • Note: Download JDK ( from the Oracle / Sun website and install prior to installing Eclipse) We will try to understand this step by step.

    install eclipse for selenium

    Now its time to learn how to configure Selenium RC client driver with Eclipse IDE and how to run Selenium RC server instance.










    Install eclipse for selenium