Feature: Index cards In order to help me remember things As a student I want to get custom index cards Scenario: Sending yourself a card Given I am on the new index card page When I fill in "Email" with "info@mashion.net" And I select "iPhone 4" from "Phone" And I fill in "Body" with "A test card" And I press "Send" Then "info@mashion.net" I should receive an email And that email should have a gif attachment
Executable Behavior Specs!
Why?
Why?Human readable
Why? Human readableHelps focus on the feature
Why? Human readable Helps focus on the featureAvoids early focus on the solution
Feature statement
Feature statementFeature: Index cards In order to help me remember things As a student I want to get custom index cards
Test steps:Given/When/Then
Test steps: Given/When/ThenGiven I am on the new indexcard page
Test steps: Given/When/ThenGiven I am on the new indexcard pageWhen I fill in "Email" with"info@mashion.net"
Test steps: Given/When/Then Given I am on the new index card page When I fill in "Email" with "info@mashion.net"Then "info@mashion.net" I shouldreceive an email