Multiple choice technology testing

Fault-based testing is best reserved for:

  1. conventional software testing

  2. operations and classes that are critical or suspect

  3. use-case validation

  4. white-box testing of operator algorithms

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

Fault-based testing focuses on targeting specific areas likely to contain faults - typically critical operations (where failure is costly) or suspect components (where bugs are expected). It's not for general testing or conventional white-box approaches.