Test Technique
Definition
A systematic method for deriving or selecting test cases. Techniques are categorized as black-box, white-box, or experience-based, each offering different approaches to achieving thorough test coverage.
Related Terms
A testing technique where the internal structure of the system is not considered. Tests are derived from specifications, requirements, or other documentation, focusing solely on inputs and expected outputs.
White-Box TestingA testing technique where the internal structure, code, and logic of the system are used to design test cases. It aims to exercise specific code paths, branches, and conditions to verify internal operations.
Experience-Based TestingA category of test techniques that leverage the tester's skill, intuition, and knowledge of similar applications to design and execute tests. It complements formal techniques by catching defects that structured approaches might overlook.
Practice Chapter 4: Test Analysis and Design
Test your understanding of test technique and other concepts from this chapter.
Start Chapter 4 QuizTestPrepPro is an independent exam preparation resource. We are not affiliated with, endorsed by, or sponsored by the International Software Testing Qualifications Board (ISTQB). All trademarks are the property of their respective owners. Practice questions are original content created for educational purposes.