Get Started

  1. Sign Up at CukeHub
  2. Install Ruby unless ruby -v exists.
  3. Install Chrome browser.
  4. git clone git@github.com:richdownie/rocdev_cukes.git
  5. cd rocdev_cukes
  6. gem install bundler
  7. bundle install
  8. thor list
  9. thor set:headless
  10. cucumber features
  11. rake build:all
  12. Visit CukeHub and view results.

Install Ruby

  • How to Install Ruby on Windows
  • How to Install Ruby on OSX
  • How to Install Ruby on Linux

Resources

  • FSAR (FREE) Online sessions that teach you how to automation web applications with Ruby.
  • Cucumber Watch this Demo to learn how to cucumber.
  • Selenium-Webdriver is a tool for writing automated tests of websites. It aims to mimic the behaviour of a real user, and as such interacts with the HTML of the application.
  • RSpec
  • Page Objects Page Object DSL that works with both Watir and Selenium.