Answers

Question and Answer:

  Home  Software QA

⟩ What is Branch coverage?

A test coverage criteria which requires that for each decision point each possible branch be executed at least once. Syn: decision coverage. Contrast with condition coverage, multiple condition coverage, path coverage, statement coverage.

 159 views

More Questions for you: