🎴 Flashcard Mode
Software Testing Fundamentals
Card1 / 12
Mastered0
Review0
QuestionClick to flip
Which of the following is a feature of Structure based test design technique?
AnswerClick to flip back
A
Information about how the software is constructed is used to derive the test cases, for example, code and design
💡 Explanation:
Structure-based testing (also called white-box testing) derives test cases from the internal structure of software - such as code, design, and architecture. It requires access to and understanding of how the software is built internally. Option A describes specification-based testing, B and D refer to experience-based testing techniques.