Multiple choice

Which debugging approach is the most common and efficient method for isolating the cause of a software error?

  1. Brute force

  2. Backtracking

  3. Cause elimintion

  4. Conditions testing

  5. Black box testing

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

It is the most common and efficient method for isolating the cause of a software error.