Multiple choice

In which of the following debugging approaches is the source code traced reversed (manually), until the site of the cause is found?

  1. Brute force

  2. Cause elimination

  3. Stress testing

  4. Security testing

  5. Backtracking

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

Here, the source code is traced reversed (manually) until the site of the cause is found.