Debugging is
-
Part of fundamental testing process
-
Includes repair of cause of a failure
-
involves intentionally adding known defects
-
follows the steps of a test procedure
Reveal answer
Fill a bubble to check yourself
B
Correct answer
Explanation
Debugging is the process of investigating, locating, and repairing the cause of a software defect after it has been identified (usually through testing). It includes activities like reproducing the defect, analyzing the root cause, implementing a fix, and verifying the correction. Debugging is a development activity, NOT part of the fundamental testing process (which includes planning, specification, execution, and completion).