Skip to content

Opening book details…

About this document

Control Flow Testing Revision by Leboo Kipkorir is a document available to read on EtoBox.

Control flow testing is a white-box testing technique aimed at executing all possible paths in a program to ensure thorough testing. It utilizes Control Flow Graphs (CFG) to represent paths, with cyclomatic complexity serving as a metric to determine the number of test cases required for full coverage. Key concepts include statement coverage, branch coverage, and path coverage, along with limitations such as missing data-related errors.

Author
Leboo Kipkorir
Language
EN