Skip to main content

Guide to Setup Selenium Web Driver

In this Article i am describing you how to setup Selenium Web Driver in your Machine

Step 1: First You need to install Java in your Computer. To download the java Click Here


Automation Testing, Selenium Web driver, Java download

After install the Java you can check in your machine that is that i stalled or not. Open you cmd on window machine and terminal on Linux and type command java -version that will give you the version of installed java in your machine.
Selenium Web Driver, Automation Testing, Java Version command

Step 2: To download the Eclipse IDE click here. Eclipse should be same version as your machine.

Automation Testing, Selenium Web Driver, Eclipse Download for Selenium Web driver Setup

You should download the zip file. After extract it then you will find the eclipse folder. You can put that folder at anywhere on you machine.

For Eclipse you don't need to install this.

Step 3: Now you need to download the Selenium JAR files. To download the Jar files click here


This will download in ZIP format. You can extract them and save them anywhere. But better to save them in same location where you put eclipse folder.

Step 4: Now you need to configure Eclipse IDE with the Selenium Web Driver

Click on the Eclipse folder and you will find a icon name eclipse.exe. click on eclipse.exe. It will ask from you the default workspace. Select the default option and click on Ok button

Automation Testing, Selenium Web Driver

Step 5: Now create your first project of selenium Web driver for this first you need to create a java project

Click on File Menu > New > Project. Put the any name like myfirstproject

Now Right click on newly created project -> select New -> then select Package. Put the name like myfirstpackage

Now time to create a new java class. For this right click on newly created package then click on new and then select class. Put the name MyFirstClass.

Step 6: Now right click on the Project name and then put the mouse hover on Build path and select Configuration Build Path. You will see "Libraries" option showing select.

From here click on "Add External JARs..." button and select the path where you put the downloaded selenium JAR file. Select them all from different folders. Now click on On button and you have done the configuration part.





Comments

Popular posts from this blog

How to Put Load on a Script in JMeter

In last post we discussed about how to record a test script and Firefox settings to run the script. In this post we will discuss about how the Thread Group will work, how can we put n number of users to perform load testing, In JMeter by using Thread Group, we can create virtual users. Thread Group is a set of thread which work in same scenario. There are multiple thread group are available which is use to configure how the virtual users interest with the application, How much load maintain and till how much time load maintain.

How to take the Screenshot in Selenium WebDriver?

If we want to take the screenshot then we have to convert our WebDriver object into the screenshot object. we need to change the behavior of the drive to take the screenshot . We can do it by casting

JMeter Overview Description

In this article we will go through the multiple section of JMeter and describe the tool information. we will discuss about every component of JMeter tool in this Article so that you can hands on while working on script on JMeter about these components.