Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

branch coverage testing

You are here: irt.org | FOLDOC | 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)

Nearby terms: braino « branch « Branch and Hang « branch coverage testing » branch delay slot » Branch on Chip Box Full » branch prediction

FOLDOC, Topics, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, ?, ALL

©2018 Martin Webb