Acceptance test-driven development: Difference between revisions

Content deleted Content added
GreenC bot (talk | contribs)
Move 1 url. Wayback Medic 2.5
Tags: Mobile edit Mobile web edit
Line 20:
== Acceptance criteria and tests ==
 
Acceptance criteria are a description of what would be checked by a test. Given a requirement such as “As a user, I want to check out a book from the library”library," an acceptance criterion might be “Verify the book is marked as checked out." An acceptance test for this requirement gives the details so that the test can be run with the same effect each time.
 
=== Test format ===