Software QA Testing Question:

What is Branch coverage?

Answer:

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.

Read All 251 Software QA Questions
Previous QuestionNext Question
What is Boundary value?What is Software Bug?