What are acceptance criteria for?
- A Defining the conditions under which a story is considered complete and correct
- B Estimating the story's effort
- C Assigning the story to a developer
- D Prioritising the backlog
Answer
Defining the conditions under which a story is considered complete and correct
The Given-When-Then format makes criteria testable and is directly usable as the basis for automated tests.





