Multiple choice technology testing

Debugging is

  1. Part of fundamental testing process

  2. Includes repair of cause of a failure

  3. involves intentionally adding known defects

  4. 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).