4.1 Test Techniques Overview Flashcards
What do test techniques support in software testing?
Test techniques support testers in test analysis (what to test) and test design (how to test).
What are black-box test techniques based on?
Black-box test techniques, also known as specification-based techniques, are based on the specified behavior of the test object without reference to its internal structure.
When can white-box test techniques be created?
White-box test techniques, also known as structure-based techniques, can only be created after the design or implementation of the test object, as they depend on its internal structure and processing.
What is the basis of experience-based test techniques?
Experience-based test techniques effectively use the knowledge and experience of testers for the design and implementation of test cases.