ISTQB-CTFL · Question #62
Which of the following is correct with regards to debugging?
The correct answer is A. Debugging identifies the cause of a failure. Debugging is the process of finding, analyzing and removing the causes of failures in software. Debugging is not considered part of testing, but rather a development activity that can involve testing. Debugging is not intended to find as many defects as possible, but rather to…
Question
Which of the following is correct with regards to debugging?
Options
- ADebugging identifies the cause of a failure
- BDebugging is often performed by test engineers
- CDebugging is considered part of the testing activities
- DDebugging is intended to find as many defects as possible in the code
How the community answered
(33 responses)- A91% (30)
- C3% (1)
- D6% (2)
Explanation
Debugging is the process of finding, analyzing and removing the causes of failures in software. Debugging is not considered part of testing, but rather a development activity that can involve testing. Debugging is not intended to find as many defects as possible, but rather to fix the specific failure that was observed. Debugging is usually performed by developers, not by test
Topics
Community Discussion
No community discussion yet for this question.