Which of the following is NOT a type of white-box testing technique?

  • Cyclomatic Complexity
  • Path Testing
  • Statement Coverage
  • Usability Testing
White-box testing is focused on the internal structures of an application. While Cyclomatic Complexity, Statement Coverage, and Path Testing are white-box techniques, Usability Testing is a type of black-box testing, focusing on user experience.
Add your answer
Loading...

Leave a comment

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