_______ is a white-box testing technique that focuses on evaluating the logic of the program.

  • Boundary Testing
  • Compatibility Testing
  • Path Testing
  • Usability Testing
Path testing is a white-box testing technique that ensures every path through the program is tested at least once. It is particularly focused on evaluating the program's internal logic paths to ensure all code branches and potential execution paths are tested.
Add your answer
Loading...

Leave a comment

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