QuestionQ3

Acceptance Criteria, Acceptance Tests and Experience-Based Practices

Which of the following statements about test approaches and test techniques used for acceptance testing is MOST correct?

  • A Code coverage and Test-Driven Development are generally combined with boundary value analysis in acceptance testing.
  • B If exploratory tests are performed, then there is no need to cover the acceptance criteria.
  • C The refinement of requirements / user stories into acceptance criteria provides test conditions for the creation of acceptance tests.
  • D The review of user requirements / user stories and associated acceptance criteria avoids dynamic acceptance testing.
Explanation

Acceptance criteria express the conditions that a product or user story must satisfy to be accepted. Refining requirements or user stories into those criteria establishes the test conditions from which acceptance tests are created.

Community Discussion

No comments yet. Be the first to start the discussion!