Datasegment.com Online Dictionary
  Online Dictionary : B : branch coverage testing

branch coverage testing


1 definition found

branch coverage testing - Free On-line Dictionary of Computing (26 May 2007) :

  branch coverage testing
  
     <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.
  
     (1996-05-10)