Multiple choice

Which of the following provides upper bound for number of tests required to guarantee the coverage of all program statements?

  1. Black box testing

  2. Decision table testing

  3. Cyclomatic complexity

  4. Evaluation oriented

  5. Destruction oriented

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

It provides upper bound for number of tests required to guarantee the coverage of all program statements.