Selenium Framework(Selenium,Eclipse,Maven,TestNG, Java)
Resources/Checklist:
JDk
Eclipse IDE
Selenium server
Selenium-java-client driver
Starting and stoppig Selenium server
TestNG in Eclipse IDE
Maven in Eclipse IDE
1. JDK:
Download the latest version of JDK from Java official web site (www.oracle.com)
in your computer and set the system environmental variables accordingly.
select the JDK package with respect to your system OS.
2. Eclipse IDE:
Download the latest version of Eclipse IDE from eclise official website :
http://www.eclipse.org/downloads/
3. Selenium server and client driver:
Download the Selenium server and Selenium java client driver of latest version.
http://seleniumhq.org/download/
find the attached screen shot
4. Start and Stop server
After downloading the server unzip it.
Open the cmd prompt and point to the location where you have installed the server and type the command
java -jar selenum-standaloner-server.jar and press "Enter" button.
The server will start in the port 4444 by default where you can find the logs while running the tests.
5. TestNG and Maven integration for Eclipse:
GoTo Help>>Eclipse Market place>> search for TestNG
TestNG integration for eclipse will appear first in list.
Same process is followed for Maven plugin
Resources/Checklist:
JDk
Eclipse IDE
Selenium server
Selenium-java-client driver
Starting and stoppig Selenium server
TestNG in Eclipse IDE
Maven in Eclipse IDE
1. JDK:
Download the latest version of JDK from Java official web site (www.oracle.com)
in your computer and set the system environmental variables accordingly.
select the JDK package with respect to your system OS.
2. Eclipse IDE:
Download the latest version of Eclipse IDE from eclise official website :
http://www.eclipse.org/downloads/
3. Selenium server and client driver:
Download the Selenium server and Selenium java client driver of latest version.
http://seleniumhq.org/download/
find the attached screen shot
4. Start and Stop server
After downloading the server unzip it.
Open the cmd prompt and point to the location where you have installed the server and type the command
java -jar selenum-standaloner-server.jar and press "Enter" button.
The server will start in the port 4444 by default where you can find the logs while running the tests.
5. TestNG and Maven integration for Eclipse:
GoTo Help>>Eclipse Market place>> search for TestNG
TestNG integration for eclipse will appear first in list.
Same process is followed for Maven plugin