Setup of Ruby and Selenium 2:
1. Download ruby setup file from url http://rubyinstaller.org/downloads . Install the executable file into your system and set Ruby as Environmental variable into your system.
2. Open command prompt and check “ruby -v “ to verify ruby installation and path setup.
3. After ruby installation run below command for selenium2 installation.
4. Run below command for Rspec.
5. For more detail about RSpec go to link “http://rspec.info/”
1. Download ruby setup file from url http://rubyinstaller.org/downloads . Install the executable file into your system and set Ruby as Environmental variable into your system.
2. Open command prompt and check “ruby -v “ to verify ruby installation and path setup.
3. After ruby installation run below command for selenium2 installation.
gem install
selenium-webdriver
gem install rspec