The blog gives you idea of testing and automation testing example of selenium webdriver,SQl and Jmeter, you see the basic example of selenium web driver and get idea how to do automation testing,

Set Java home path in your machine

For selenium Webdriver, you need to install the java in your machine once the java is installed you have to set path of Java in environment variable. below is the steps to set java path in your machine


You have to first install JDK in your system
open command prompt  on your machine
enter 'java -version' in command prompt and check the version of java
------------------------------------------------------------------------------------------------ 
Set java home Java_home = C:\Program Files\Java\jdk1.7.0
Once you have the JDK installation path: - Right-click the My Computer icon on
- select Properties. - Click the Advanced system setting tab on left side of your screen - A advance Popup is open. - Click on Environment Variables button. 




Under System Variables, click New. - Enter the variable name as JAVA_HOME. - Enter the variable value as the installation path for the Java Development Kit. - Click OK. - Click Apply Changes.
set path under system variable path = C:\Program Files\Java\jdk1.7.0\bin;



No comments

Post a Comment

Powered by Blogger.