Wednesday, October 30, 2013

All about Java Web Driver

To Start with the java web driver first we have to install "Eclipse". I hope you know how to install "Eclipse" if you are not please follow below steps to configure it. 
How to Install Eclipse

If you are done setting up "Eclipse" in your PC then now we can start configuring the java web driver. To start of first we have to download the "Selenium client and Web Driver Language Bindings" from "Selenium" site. You can find the java Web Driver downloadable file form here Selenium Java WebDriver Language Bindings


When you download this and extract it you will see couple of JAR files. These are the foundations classes, and functions of selenium testing. These needs to be extracted to "Eclipse"

You can click on your Project folder--> Properties -->  Java Build Path --> Libraries --> Add external jars -- >  Add the downloaded JAR files and all the library files.(Ref below screen dump)




 And now you are ready to test your java scripts 








No comments:

Post a Comment