Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 631 Bytes

File metadata and controls

15 lines (10 loc) · 631 Bytes

Automatic Testing For Temperature UnitConverter using Cucumber Ruby Watir

Testing object: Temperature UnitConverter developed by Emersonbrandon0

Repository: https://github.com/Emersonbrandon0/unitconverter

Feature:

  • Using Scenario Outline of cucumber to reduce the number of scenarioes.

  • Capturing Screenshoot by using Gem 'win32/screenshot' # by the moment works only on Ruby x32

Purpose:

  • Exploring Cucumber Ruby and Watir.
  • comparing productivity with Ruby&Watir and Java&Selenium for self-study.