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.
Loading...
Related Quiz
- In a situation where an organization wants to run tests overnight without manual intervention, what approach in test suite management would be most suitable?
- Which of the following is NOT typically a part of the review process?
- Feedback and bugs reported during the _______ testing phase are crucial for improving the software quality before its official release.
- Which component of test planning primarily deals with defining the criteria to release the software?
- Which type of testing would best evaluate the emotional response of a user when interacting with a specific feature in an application?