Acceptance test-driven development: Difference between revisions

Content deleted Content added
Tags: Mobile edit Mobile web edit
Reverted to revision 940544426 by GreenC bot (talk): MOS:LQ - if the punctuation is not in the original, we do not include it. (TW)
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 librarylibrary”," 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 ===