QuestionQ38

Fundamental Agile Testing Principles, Practices, and Processes

A calculator application is under development. The third sprint has been planned to introduce calculator functionality that supports scientific calculations.

Which TWO examples below are activities that would likely be managed on an agile task board for the third sprint?

  1. A task to design the features planned for the next sprint.
  2. A task to run an acceptance test for a user story.
  3. A task to automate regression tests.
  4. A task to participate in training in preparation for the fourth sprint.
  5. A task to produce a daily progress report for the agile team members.
  • A ii, iii
  • B i, iv
  • C iv, v
  • D i, v
Explanation

An agile task board visualizes work required during the active sprint to deliver its user stories. Acceptance testing validates whether a user story meets its acceptance criteria, and regression-test automation supports repeatable testing of the evolving product. Both are concrete sprint work items.

Community Discussion

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