#Programming
- Create test plan for functional testing of Google Translate web-service. (3-5 scenarions are quite enough)
- Create mini-framework which meets the requirements of test plan. Technologies: Ruby + Cucumber + Capybara/Selenium/watir-webdriver/PageObject/SitePrism (any mix)
- Implement the scripts from test plan using the framework
Quick start:
- Install Ruby Windows / Linux
- Install bundler
gem install bundler
- Install git
- Fork this repo
- Clone your repo with
git clone <addr>
- Run
bundle install
inaqa_interview
directory - Code!
- Check out your code by running
cucumber --require features --color
inaqa_interview
directory - Run 7,8 until tests become green
- Commit and push to your repo
Documentation: