🎴 Flashcard Mode

Software Testing Fundamentals

Card1 / 20
Mastered0
Review0
QuestionClick to flip

The testing technique which requires test cases to exercise the internal logic of a software module?

AnswerClick to flip back
A
white-box testing
💡 Explanation:

White-box testing (also called glass-box, clear-box, or structural testing) examines the internal structure, design, and coding of software. It requires the tester to have knowledge of the internal code and logic to design test cases that exercise different paths, branches, and conditions within the module. This is in contrast to black-box testing, which focuses on inputs and outputs without knowledge of internal code.

Change Mode