Software QA Testing Question:

What is Branch coverage?

Software QA Interview Question
Software QA Interview Question

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.


Previous QuestionNext Question
What is Boundary value?What is Software Bug?