Your browser does not support JavaScript!

Which of the following best described a branch coverage test suite?

  • All of these
  • Perform edge testing that traversed program's control flow atleast once Correct
  • Perform a test suite that achieves path coverage if it executes each linearly independent paths atleast once
  • Perform a test case design to make each component of a composite conditional expression to assume both true and false values
Feedbacks
ItalianBedbug - 1 year ago
Upvoted this question
Similar CS-6300 questions