Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Driving Behaviour with Cucumber

Driving Behaviour with Cucumber

This is a talk I gave at the Great Lakes Software Excellence Conference in 2009 on BDD and Cucumber.

Zach Dennis

March 20, 2012
Tweet

More Decks by Zach Dennis

Other Decks in Programming

Transcript

  1. how

  2. In order to reduce time managing contacts users should be

    able to search for contacts within their account
  3. In order to reduce time managing contacts users should be

    able to search for contacts within their account value
  4. In order to reduce time managing contacts users should be

    able to search for contacts within their account role
  5. In order to reduce time managing contacts users should be

    able to search for contacts within their account behaviour
  6. In order to reduce time managing contacts users should be

    able to search for contacts within their account searching contacts
  7. searching contacts details Searching by partial name Given John Smith

    exists And I’ve logged in as a user When I search for Jo Then I should see John Smith is found
  8. In order to reduce time managing contacts users should be

    able to search for contacts within their account
  9. searching contacts details Searching by partial name Given John Smith

    exists And I’ve logged in as a user When I search for Jo Then I should see John Smith is found