CISA · Question #186
Which of the following would MOST likely jeopardize the independence of a quality assurance (QA) team and could lead to conflict of interest?
The correct answer is D. Correcting coding errors during the testing process. When the QA team corrects coding errors, they become involved in the development process, which compromises their objectivity. The primary role of the QA team is to identify and report defects, not to fix them. If QA starts fixing errors, they may become biased or less critical w
Question
Which of the following would MOST likely jeopardize the independence of a quality assurance (QA) team and could lead to conflict of interest?
Options
- ACross-checking testing assumptions with the solution design
- BInspecting code to ensure proper documentation
- CEnsuring compliance with development methodologies
- DCorrecting coding errors during the testing process
How the community answered
(27 responses)- A4% (1)
- B7% (2)
- C11% (3)
- D78% (21)
Explanation
When the QA team corrects coding errors, they become involved in the development process, which compromises their objectivity. The primary role of the QA team is to identify and report defects, not to fix them. If QA starts fixing errors, they may become biased or less critical when evaluating the system, which could lead to a conflict of interest and undermine the integrity of the testing process. The other activities - cross-checking assumptions, inspecting code for documentation, and ensuring compliance with methodologies - are standard QA responsibilities that do not interfere with the independence of the team.
Topics
Community Discussion
No community discussion yet for this question.