nerdexam
ISTQB

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…

Fundamentals of Testing

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)
  • A
    91% (30)
  • C
    3% (1)
  • D
    6% (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

#debugging#testing vs debugging#defect identification#developer activities

Community Discussion

No community discussion yet for this question.

Full ISTQB-CTFL Practice