ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 19 - STQB-Agile-Public discussion

Report
Export

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.
Answers
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.
Answers
B.
Testers replace developers in writing unit test automation scripts.
C.
While developers develop automated unit test scripts, testers write automated system level tests.
Answers
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.
Answers
D.
Developers write acceptance criteria and test cases, together with testers.
Suggested 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.

asked 18/09/2024
Nikki Matheson
32 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first