Adaption SoftwareThere is a revolution going on.
 . Home . Contact .   
XP Practices: Customer Tests

As stated previously, the customer writes the requirements as a set of stories. They also specify a test (or tests) for each story so that everyone knows when that story has been successfully implemented in full. These customer tests are also known as acceptance tests since they indicate when a story's implementation is acceptable.

Ideally, the customer has their tests ready for the programmers to use (i.e. run) before the associated stories are scheduled. Note that while the customer specifies the details of the test, the actual code for them is often produced by the programmers.

[Next Practice]

    - One Team
    - TDD
    - Pairing
    - Refactoring
    - Simple Design
    - Small Releases
    - Planning Game
    - Integration
    - Shared Code
    - Work Pace
    - Customer Tests
    - Code Standard
    - Metaphor