QuestionQ10

Fundamental Agile Testing Principles, Practices, and Processes

Which of the following statements about integrating development and testing activities in Agile projects is INCORRECT?

  • A While developers develop automated unit test scripts, testers write automated system level tests.
  • B Testers replace developers in writing unit test automation scripts.
  • C Developers write acceptance criteria and test cases, together with testers.
  • D Developers and testers may work as a pair to develop and test a feature.
Explanation

Developers are responsible for creating and maintaining automated unit tests as part of development. Testers collaborate on broader testing activities and quality practices, but they do not replace developers in writing unit-test automation scripts.

Community Discussion

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