A _______ is a white box testing technique that involves executing all possible branches in the code.

  • Boundary value analysis
  • Code review
  • Branch coverage
  • Black box testing
Branch coverage is a white box testing technique that involves executing all possible branches in the code. It aims to ensure that every possible branch in the code is tested, helping to identify potential issues related to control flow and logic.
Add your answer
Loading...

Leave a comment

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