4. Test analysis and design Flashcards

(17 cards)

1
Q

acceptance criteria

A

The criteria that a work product must satisfy to be 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

A collaboration-based test-first approach that defines acceptance tests in the stakeholders’ domain language.

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

black-box test technique

A

A test technique based on the specification of a component or system.

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

boundary value analysis

A

A black-box test technique in which test cases are designed based on boundary values.

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

branch coverage

A

The coverage of branches in a control flow graph.

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

checklist-based testing

A

An experience-based test technique in which test cases are designed to 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

A

An approach to testing that focuses on defect avoidance by collaborating among stakeholders.

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

coverage item

A

An attribute or combination of attributes derived from one or more test conditions by using a test technique.

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

decision table testing

A

A black-box test technique in which test cases are designed to exercise the combinations of conditions and the resulting actions shown in a decision table.

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

equivalence partitioning

A

A black-box test technique in which test conditions are equivalence partitions exercised by one representative member of each partition.

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

error guessing

A

A test technique in which tests are derived on the basis of the tester’s knowledge of past failures, or general knowledge of failure modes.

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

experience-based test technique

A

A test technique based on the tester’s experience, knowledge and intuition.

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

exploratory testing

A

An approach to testing in which the testers dynamically design and execute tests based on their knowledge, exploration of the test item and the results of previous tests

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

state transition testing

A

A black-box test technique in which test cases are designed to exercise elements of a state transition model.

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

statement coverage

A

The coverage of executable statements.

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

test technique

A

A procedure used to define test conditions, design test cases, and specify test data.

17
Q

white-box test technique

A

A test technique based on the internal structure of a component or system.