In white-box testing, the technique that tests paths between pairs of procedural statements is known as _______.

  • Condition Testing
  • Loop Testing
  • Path Testing
  • Statement Testing
"Path Testing" is a type of white-box testing technique where the tester identifies all possible paths between pairs of procedural statements and then tests each path. It ensures that all paths in a unit are tested at least once.
Add your answer
Loading...

Leave a comment

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