Acceptance test-driven development: Difference between revisions

Content deleted Content added
No edit summary
Reverted 2 edits by 194.127.138.16 (talk): Revert. (TW)
Line 4:
</ref> and Story Test-Driven Development (SDD).<ref>{{cite web| url = http://industriallogic.com/papers/storytest.pdf | title = Story Test-Driven Development | accessdate = 2013-04-15}}</ref> All these processes aid developers and testers in understanding the customer’s needs prior to implementation and allow customers to be able to converse in their own ___domain language.
 
ATDD is notclosely related to [[Test-driven development|Test-Driven Development]][TDD].<ref>Beck, Kent. Test Driven Development: By Example. Addison-Wesley Professional, 2002.</ref> TheIt latterdiffers is a programming technique, whileby the formeremphasis is used to enableon developer-tester-business customer collaboration. Similary to TDDATDD encompasses [[acceptance testing]], ATDDbut highlights writing acceptance tests before developers begin coding.
 
==Overview==