CTFL_SYLL_4.0 · Question #226
Which of the following is NOT a typical debugging activity when a failure is triggered by dynamic testing?
The correct answer is B. Adding new test cases. Debugging activities typically include reproducing the failure, diagnosing the root cause, and fixing the cause of the failure. Adding new test cases, while important in the overall testing process, is not a direct part of debugging. Debugging focuses on understanding and…
Question
Which of the following is NOT a typical debugging activity when a failure is triggered by dynamic testing?
Options
- AReproducing the failure
- BAdding new test cases
- CFixing the cause
- DDiagnosing the root cause
How the community answered
(58 responses)- A2% (1)
- B88% (51)
- C7% (4)
- D3% (2)
Explanation
Debugging activities typically include reproducing the failure, diagnosing the root cause, and fixing the cause of the failure. Adding new test cases, while important in the overall testing process, is not a direct part of debugging. Debugging focuses on understanding and correcting the issue that caused the failure, rather than expanding the test suite.
Topics
Community Discussion
No community discussion yet for this question.