Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 595 Bytes

File metadata and controls

15 lines (10 loc) · 595 Bytes

Automatic Testing For Temperature UnitConverter using Cucumber Java Selenium

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 Abstract Window Toolkit

Purpose:

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