Before starting working with Selenium using Eclipse IDE, we did some configuration that needs to be done for starting and understanding Selenium. This post will explain step wise, how to start working with selenium using Eclipse:
Pre- Conditions: We will require following before beginning the configuration:
1. Java needs to be installed in the machine.
2. Eclipse IDE needs to be installed .
3. Standalone libraries of selenium, at the time of writing this post, I am using selenium-server-standalone-2.33.0.jar
4. Verify in Path variable in User defined variable for machine, is set to the path where standalone libraries is placed as shown below
Configuration Steps:
Step 1: In eclipse, create a new java project as shown below from File>New Java Project
Create a new Java Project |
Step 2: Once a java project is created, right click on project and select option "Build Path>Configure build path
Configure build path of project |
No comments:
Post a Comment