1. Installation of Selenium IDE:
i. Launch Firefox and navigate to https://addons.mozilla.org/en-US/firefox/addon/selenium-ide/ . Click on Add to firefox.
ii. Wait until Firefox completes the download and then click "Install.". Wait until the installation is completed. In the pop-up window, click "Restart Now."After Firefox has restarted, Launch Selenium IDE by clicking Tools>Selenium IDE or Ctrl+Alt+S.
2. Install Java:
i. Download and Install JDK and JRE from link http://www.oracle.com/technetwork/java/javase/downloads/index.html
ii. Set the JDK's bin directory path in "PATH" of System's environment variable. Verify the installation using below command in command prompt window.
C:/>java -version
3. Install Eclipse IDE:
Download eclipse from eclipse.org and Install
4. Install Selenium Standalone server:
Download Selenium Standalone Server from seleniumhq.org
5. Install Chrome driver:
Download Chrome driver from seleniumhq.org
6. Installation of TestNG in Eclipse:
Launch eclipse. Go to Help>eclipse market place. Find TestNG and click on install.
7. Installation of Maven:
Verify the java installation by Running C:/>java -version in command line. Set home path of JDK as JAVA_HOME in environment variables.
.Extract the files to specified folder. Add maven bin directory path to the System environment variable "PATH". Verify Maven installation using C:/>mvn --version in command line.