Keywords Flashcards
Acceptance criteria
The criteria that a w… must satisfy to be …
work product
accepted by the stakeholders.
Acceptance test-driven development
A … approach that defines … in the …
Abbr: A…
collaboration-based test-first
acceptance tests
stakeholders’ domain language.
ATDD
Black-box test technique
A test technique based on the …
Alt: black-box test d… , spe…
specification of a component or system.
black-box test design technique
specification-based test technique
Boundary value analysis
A … in which … are designed based on …
Abbr: B…
black-box test technique
test cases
boundary values.
BVA
Branch coverage
The coverage of “ “ in a c…
branches
control flow graph.
Checklist-based testing
An ex… in which … are designed to …
experience-based test technique
test cases
exercise the items of a checklist.
Collaboration-based test approach
An approach to testing that focuses on … by …
defect avoidance
collaborating among stakeholders.
Coverage
The degree to which specified … are exercised by a … expressed as a “ “.
Alt: test “c…”
coverage items
test suite,
percentage
coverage
Coverage item
An “ “ or c… derived from one or more … by using a …
attribute
combination of attributes
test conditions
test technique.
Decision table testing
A … in which t… are designed to exercise the com… and the r… shown in a …
black-box test technique
test cases
combinations of conditions
resulting actions
decision table.
Equivalence partitioning
A … in which t… are … exercised by o…
Abbr: E…
Alt: part…
black-box test technique
test conditions
equivalence partitions
one representative member of each partition.
EP
partition testing
Error guessing
A t… in which “ “ are derived on the basis of the t… or general k…
test technique
tests
tester’s knowledge of past failures,
general knowledge of failure modes.
Experience-based test technique
A … based on the tester’s “ “, “ “ and “ “.
Alt: experience-based test d… , experience-based tec…
test technique
experience
knowledge
intuition
experience-based test design technique
experience-based technique
Exploratory testing
An approach to testing in which the testers d… and e… based on their “ “, “ “ of the t… and the r…
dynamically design
execute tests
knowledge
exploration
test item
results of previous tests.
State transition testing
A b… in which … are designed to exercise “e…“ of a s…
Alt: fin…
black-box test technique
test cases
elements
state transition model.
finite state testing
Statement coverage
The coverage of …
executable statements.
Test technique
A “p…” used to define test “c…“, design test “c…“, and specify test “d…“.
Alt: test de…
procedure
conditions
cases
data
test design technique
White-box test technique
A test technique based on the …
Alt: white-box test d… , str…
internal structure of a component or system.
white-box test design technique
structure-based test technique