Keywords Flashcards

1
Q

Acceptance criteria

The criteria that a w… must satisfy to be …

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 … approach that defines … in the …

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 …

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 … in which … are designed based on …

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 … are designed to …

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 … by …

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 … are exercised by a … 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 … by using a …

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 … in which t… are designed to exercise the com… and the r… shown in a …

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 … in which t… are … 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 … based on the tester’s “ “, “ “ 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 “ “, “ “ 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 … 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 …

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 …

Alt: white-box test d… , str…

A

internal structure of a component or system.

white-box test design technique

structure-based test technique