Thursday, March 16, 2017

Set up Selenium

How to Set up Selenium

Those who are learn to Selenium, this is first step for them how to set up Selenium. It's easy but tricky. If you miss anything you can't learn properly. The following steps needed for set up for Selenium:
Selenium Tutorial
  • Must you have to install JDK at your computer otherwise selenium will not work. Check with command prompt by the following command: java -version.                                             If JDK is not at your system download and install from the following L I N K
  • Download and extract Selenium at the following: L I N K
  • For Selenium coding you need IDE. You can use anyone from the market. Here is Eclipse download L I N K.
  • For test runner you need TestNG or JUnit frame work. You can install it through eclipse.                                                             TestNG Download L I N K.                                                         JUnit Download L I N K.                                                             Testing point of view most uses is TestNG.                                                
Hope it will be little help for Selenium Installation. For Selenium Tutorial please visit this page - Slenium Tutorial.

No comments:

Post a Comment