The process of testing software paths by determining the number of executed edges over total edges is known as what in white-box testing?
- Cyclomatic Complexity
- Data Flow Testing
- Edge Testing
- Path Testing
Cyclomatic Complexity is a metric used in white-box testing that determines the complexity of a program. It calculates the number of linearly independent paths through a program's source code by assessing the number of executed edges over total edges.
Loading...
Related Quiz
- While Alpha Testing focuses on identifying bugs from the developers' perspective, Beta Testing emphasizes on _______.
- The accessibility guideline that ensures that all functionalities can be performed using a keyboard is termed as _______.
- During test estimation, considering the _______ ensures that we account for the time required to review and retest.
- Why might an organization prefer Alpha Testing over Beta Testing for certain software products?
- What differentiates a security audit from a vulnerability scan?