0% found this document useful (0 votes)
38 views1 page

Class 1

Uploaded by

ksnsatish
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
38 views1 page

Class 1

Uploaded by

ksnsatish
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Core Java

Introduction to Java

Java is a Programming language. 


Java can be divided as below:

For automating the test cases using Selenium, we need to learn Core Java. (i.e. Advanced Java is not required for
Selenium)

Java Installation

We have to install Java JDK 8 of 32 bit version in our machines.

The below are the steps for installing Java JDK 8:

Google 'Java JDK 8'


Accept the license agreement
Click on the Windows x86 version of Java to download
Install the downloaded .exe file of Java JDK 8
Configure Java
by providing  the Java home path in the Environment Variables > JAVA_HOME
by providing the path of the bin folder of JDK in the Environment Variables > Path
Execute 'java -version' in the command prompt to confirm the installation and configuration of Java JDK 8

Eclipse IDE Installation

The below are the steps for installing Eclipse IDE:

Google 'Eclipse IDE' and select the search result that appears on the top
Select 'Eclipse IDE for Java EE Developers'
Select 'Windows 32 Bit'
Click on 'Download'
Extract the downloaded ZIP file

You might also like