Software QA Testing Question:

Explain Branch Testing?

Software QA Interview Question
Software QA Interview Question

Answer:

Testing technique to satisfy coverage criteria which require that for each decision point, each possible branch [outcome] be executed at least once. Contrast with testing, path; testing, statement.


Previous QuestionNext Question
What is Branch Coverage Testing?What is Assertion Testing?