Which testing technique is utilized to validate that loops are working as expected in white box testing?

  • Boundary Value Analysis
  • Control Flow Testing
  • Equivalence Partitioning
  • Static Testing
Control flow testing is the technique used to validate that loops and conditional statements in the code are working as expected. It examines the paths through the code to ensure that all logical conditions are adequately tested.
Add your answer
Loading...

Leave a comment

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