Google+

8. Install Eclipse IDE




We need Eclipse IDE to develop the Selenium Automation Scripts in Java Programming language and Run them. So how to install Eclipse IDE will be explained below:

Prerequisites: Install Java prior to Eclipse IDE installation (See Post# 7 for Java Installation ). Eclipse IDE wont launch if Java is not installed prior to its installation.

Eclipse IDE is a multi-language software development platform. IDE means Integrated Development Environment. Integrated Development Environment is is a software application that provides comprehensive facilities to programmers to develop software applications . It is written primarily in Java and is used to develop applications in this language and, by means of the various plug-ins, in other languages as well as C/C++, Cobol, Python, Perl, PHP and more. So in order to develop Selenium Automation Scripts in Java, we need any IDE that supports Java to develop them . Since Eclipse IDE supports Java, we are going to use it for developing our Selenium Automation Scripts in Java programming language.

Follow the below steps to download it.

1. Launch any browser and visit http://www.eclipse.org/downloads/
2. In downloads page, select 'Eclipse IDE for Java EE Developers' and click on 'Windows 32 Bit' download link if you have 32 bit machine as shown below (Select Windows 64 bit' option if want to install eclipse on 64 bit machine)



3.  In the displayed 'Eclipse Downloads - Mirror Selection' page, select any mirror that is near to our place (I am from India, hence I am selecting mirror image to be downloaded from Asia category as  shown below) -



4. 'Thank You for Downloading Eclipse' page will be displayed and the current latest version of Eclipse IDE will be downloaded as shown below -



5. Installation of the Eclipse is not required after downloading it, we can directly launch it to use it.




Please comment below to feedback or ask questions.

How to launch Eclipse IDE will be explained in the next post





1 comment:

Unknown said...

Hi,

I will be using PHP for scripting in selenium webdriver.
1. Created Java project in eclipse IDE
2. Added new class under SCR
3. Right click on project select "Properties"
4. Click on "Java Build Path" option on left side pane
5. Select Libraries tab, under that when I click on "Add external JAR files" button
6. File selection window is open

But when I browse the PHP library file folder I did not found any files to select.

I have downloaded the php library file zip from https://github.com/Element-34/php-webdriver

Please suggest me where I am going wrong.