richdownie / instructure_demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/instructure_demo.git
  5. cd instructure_demo
  6. gem install bundler
  7. bundle install
  8. thor list
  9. thor set:headless
  10. cucumber features
  11. 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.

About


Languages

Language:Ruby 89.3%Language:Gherkin 10.7%