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.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *