🎴 Flashcard Mode
Web Application Security and Software Testing
Card1 / 20
Mastered0
Review0
QuestionClick to flip
Condition Testing is a control structure Testing Technique where the criteria used to design test cases is that they
AnswerClick to flip back
A
Exercise the Logical Conditions in a Program module
💡 Explanation:
Condition testing is a white-box technique that specifically targets logical conditions (compound boolean expressions, if statements, loops) within program code. It ensures all possible combinations of conditions in decision points are tested to reveal potential logic flaws in conditional statements.