QuestionQ56

Fundamental Agile Testing Principles, Practices, and Processes

Which statement best explains how development and testing work are integrated in Agile projects?

  • A Testers can start testing a user story only when it is ‘done’, meaning when the coding of that user story is finished
  • B The performances of developers are measured on implemented story points while the performances of testers on executed test cases and defect counts
  • C Both business stakeholders and testers can test user stories during their development within an iteration to provide fast feedback to the developers
  • D Agile teams often adopt exploratory testing, where test design and test execution occur at the same time, usually guided by a test charter
Explanation

Agile teams test and validate user stories continuously during development within an iteration. Involving testers and business stakeholders early provides fast feedback to developers, allowing issues and misunderstandings to be addressed before the work is completed.

Community Discussion

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