Skip to content

Instantly share code, notes, and snippets.

@cpoDesign
Created April 5, 2017 12:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cpoDesign/9c1551f00104efb984d4c88241b8b660 to your computer and use it in GitHub Desktop.
Save cpoDesign/9c1551f00104efb984d4c88241b8b660 to your computer and use it in GitHub Desktop.
Specflow calculator feature definition and scenario
Feature: Calculator
In order to avoid silly mistakes
As a math idiot
I want to be told the sum of two numbers
@mytag
Scenario: Add two numbers
Given I have entered 50 into the calculator
And I have also 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