Acceptance-Test-Driven-Development
| last edited by: Shirzad Khusrokhan on Jun 3, 2015 10:20 AM | login/register to edit this page | ||
Acceptance Test Driven Development (ATDD) is a practice in which the whole team collaboratively discusses acceptance criteria, with examples, and then distills them into a set of concrete acceptance tests before development begins.
@@Feature: Valet Parking In order to conveniently park my car As a traveler I want to valet my car
Scenario: Calculate valet parking cost for half an hour When I park my car in the Valet Parking Lot for 30 minutes Then I will have to pay $12 Scenario: Calculate valet parking cost for 3 hours When I park my car in the Valet Parking Lot for 3 hours Then I will have to pay $12@@
|
|||
| last edited by: Shirzad Khusrokhan on Jun 3, 2015 10:20 AM | login/register to edit this page | ||
|
"Things should be made as simple as possible, but not any simpler." - Albert Einstein |