nerdexam
Scrum

PSD · Question #13

A team has expressed requirements as a set of failing acceptance tests. What are three benefits? (choose the best three answers)

The correct answer is A. Improves quality in the requirement itself. C. Tracking of completeness. E. Clear acceptance criteria for each feature.. Expressing requirements as failing tests ensures clarity, improves requirement quality, and tracks completeness. It also provides well-defined acceptance criteria for feature development.

Test Driven Development

Question

A team has expressed requirements as a set of failing acceptance tests. What are three benefits? (choose the best three answers)

Options

  • AImproves quality in the requirement itself.
  • BPromotes the use of the DRY principle.
  • CTracking of completeness.
  • DUsing a code generation tool, the solution can be generated from the requirements model.
  • EClear acceptance criteria for each feature.

How the community answered

(47 responses)
  • A
    77% (36)
  • B
    9% (4)
  • D
    15% (7)

Explanation

Expressing requirements as failing tests ensures clarity, improves requirement quality, and tracks completeness. It also provides well-defined acceptance criteria for feature development.

Topics

#acceptance tests#ATDD#acceptance criteria#requirement quality

Community Discussion

No community discussion yet for this question.

Full PSD Practice