Search in: Word
Vietnamese keyboard: Off
Virtual keyboard: Show
Computing (FOLDOC) dictionary
branch coverage testing
Jump to user comments
programming A test method which aims to ensure that each
possible branch from each decision point (e.g. "if" statement)
is executed at least once, thus ensuring that all reachable
code is executed.