Created
September 29, 2014 21:54
-
-
Save joebuschmann/37aa6215c7327899824a to your computer and use it in GitHub Desktop.
Default feature generated by Specflow
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Feature: Calculator | |
In order to avoid silly mistakes | |
As a math idiot | |
I want to be told the sum of two numbers | |
Scenario: Add two numbers | |
Given I have entered 50 into the calculator | |
And I have entered 70 into the calculator | |
When I press add | |
Then the result should be 120 on the screen |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment