Chapter 2 - Testing Processes Flashcards
structure-based technique (white-box test design technique)
Procedure to derive and/or select test cases based on an analysis of the internal structure of a component or system
control flow testing
An approach to structure-based testing in which test cases are designed to execute specific sequences of events. Various techniques exist for control flow testing, decision testing, condition testing, and path testing, that each have their specific approach and level of control flow coverage
statement testing
A white-box test design technique in which test cases are designed to execute statements
branch testing
A white-box test design technique in which test cases are designed to execute branches. ISTQB deems this identical to decision testing
decision testing
A white-box test design technique in which test cases are designed to execute decision outcomes. ISTQB deems this identical to branch testing
condition testing
A white-box test design technique in which test cases are designed to execute condition outcomes.
atomic condition
A condition that cannot be decomposed, i.e., a condition that does not contain two or more single conditions joined by a logical operator (AND, OR, XOR