Skip to main content

Posts

Showing posts from January, 2017

Selenium Tutorial I

Create your first script in webdriver Today we are going to learn how to create the selenium script in webdriver.   First, create a new java class according to the below steps.  1. Create a new java project.  2. Enter the following details in the "New Java Project" pop up window. * Project name - Google * Location to save the project - Click on checkbox to use default location * JRE - Select " Use an execution environment JRE " * Project Layout - Click on "Create separate folders for sources and class files" then click on Finish button. 3. Right click on Google project and add new package for the selected project. 4. Enter the valid name for the name of the packa...