Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 1.31 KB

README.md

File metadata and controls

27 lines (22 loc) · 1.31 KB

#Programming

  1. Create test plan for functional testing of Google Translate web-service. (3-5 scenarions are quite enough)
  2. Create mini-framework which meets the requirements of test plan. Technologies: Ruby + Cucumber + Capybara/Selenium/watir-webdriver/PageObject/SitePrism (any mix)
  3. Implement the scripts from test plan using the framework

Quick start:

  1. Install Ruby Windows / Linux
  2. Install bundler gem install bundler
  3. Install git
  4. Fork this repo
  5. Clone your repo with git clone <addr>
  6. Run bundle install in aqa_interview directory
  7. Code!
  8. Check out your code by running cucumber --require features --color in aqa_interview directory
  9. Run 7,8 until tests become green
  10. Commit and push to your repo

Documentation: