🎴 Flashcard Mode
Software Testing Tools and Methodologies
Card1 / 20
Mastered0
Review0
QuestionClick to flip
what is not a structure based techniques?
AnswerClick to flip back
A
decision tables
💡 Explanation:
Structure-based (white-box) testing techniques analyze the internal code path structure, which includes statement, decision, and general code coverage. Decision tables are a black-box, specification-based technique that focuses on system inputs and outputs.