Which of the following sentences about the integration of development and testing activities in Agile projects is INCORRECT? SELECT ONE OPTION

Which of the following sentences about the integration of development and testing activities in Agile projects is INCORRECT? SELECT ONE OPTION
A . Developers and testers may work as a pair to develop and test a feature.
B . Testers replace developers in writing unit test automation scripts.
C . While developers develop automated unit test scripts, testers write automated system level tests.
D . Developers write acceptance criteria and test cases, together with testers.

Answer: B

Explanation:

In Agile projects, the integration of development and testing activities involves close collaboration between developers and testers, but it does not typically involve testers replacing developers in writing unit test automation scripts. Agile methodologies, such as Scrum and XP (Extreme Programming), encourage developers to write their own unit tests as part of the Test-Driven Development (TDD) process. Testers often focus on higher-level testing activities, such as acceptance testing and exploratory testing, and may work alongside developers to enhance test coverage and effectiveness. The incorrect statement about testers replacing developers in writing unit test automation scripts contradicts the Agile principle of developers being responsible for the quality of their code, which includes writing and maintaining unit tests.

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments