Keywords Flashcards

(18 cards)

1
Q

Acceptance criteria

The criteria that a w… must satisfy to be a…

A

work product
accepted by the stakeholders.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Acceptance test-driven development

A c… approach that defines a… in the s…

Abbr: “A…”

A

collaboration-based test-first
acceptance tests
stakeholders’ domain language.

ATDD

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Black-box test technique

A test technique based on the s…

Alt: black-box test d… , spe…

A

specification of a component or system.

black-box test design technique
specification-based test technique

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Boundary value analysis

A b… in which t… are designed based on b…

Abbr: “B…”

A

black-box test technique
test cases
boundary values.

BVA

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Branch coverage

The coverage of “ “ in a c…

A

branches
control flow graph.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Checklist-based testing

An ex… in which t… are designed to e…

A

experience-based test technique
test cases
exercise the items of a checklist.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Collaboration-based test approach

An approach to testing that focuses on d… by c…

A

defect avoidance
collaborating among stakeholders.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Coverage

The degree to which specified c… are exercised by a t… , expressed as a “ “.

Alt: test “c…”

A

coverage items
test suite
percentage

coverage

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Coverage item

An “ “ or c… derived from one or more t… by using a t…

A

attribute
combination of attributes
test conditions
test technique.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Decision table testing

A b… in which t… are designed to exercise the com… and the r… shown in a d…

A

black-box test technique
test cases
combinations of conditions
resulting actions
decision table.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Equivalence partitioning

A b… in which t… are e… exercised by o…

Abbr: “E…”

Alt: part…

A

black-box test technique
test conditions
equivalence partitions
one representative member of each partition.

EP

partition testing

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Error guessing

A t… in which “ “ are derived on the basis of the t… , or general k…

A

test technique
tests
tester’s knowledge of past failures
general knowledge of failure modes.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Experience-based test technique

A t… based on the tester’s “ “, “k…” and “ “.

Alt: experience-based test d… , experience-based tec…

A

test technique
experience
knowledge
intuition

experience-based test design technique
experience-based technique

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Exploratory testing

An approach to testing in which the testers d… and e… based on their “ “, “e…” of the t… and the r…

A

dynamically design
execute tests
knowledge
exploration
test item
results of previous tests.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

State transition testing

A b… in which t… are designed to exercise “e…“ of a s…

Alt: fin…

A

black-box test technique
test cases
elements
state transition model.

finite state testing

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Statement coverage

The coverage of e…

A

executable statements.

17
Q

Test technique

A “p…” used to define test “c…“, design test “c…“, and specify test “d…“.

Alt: test de…

A

procedure
conditions
cases
data

test design technique

18
Q

White-box test technique

A test technique based on the i…

Alt: white-box test d… , str…

A

internal structure of a component or system.

white-box test design technique
structure-based test technique