Friday, November 1, 2013

ATDD - "Acceptance Test Driven Development"


Many teams struggle with the discussion of acceptance criteria of user stories and building a shared understanding about the expected outcomes. TDD can help to address these challenges. ATDD stands for "acceptance test driven development" Analogous to test-driven development, this practice consists in the use of automated acceptance tests with the additional constraint that these tests be written in advance of implementing the corresponding functionality. The whole team collaboratively discusses acceptance criteria, with examples.

No comments:

Post a Comment