Chapter 4 Test techniques Flashcards

1
Q

Test technique (test case technique, test specification technique, test design technique)

A

A procedure used to derive and/or select test cases.

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

Black-box test technique

A

A procedure to derive and/or select test cases based on an analysis of the specifiation, either functional or non-functional, of a component or system, without reference to its internal structure.

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

White-box test technique

A

A procedure to derive and/or select test cases based on an analysis of the internal structure of a component or system.

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

Coverage

A

The degree to which specified coverage items have been determined to have been exercised by a test suite, expressed as a percentage.

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

Equivalence partitioning (partition testing)

A

A black-box test technique in which test cases are designed to exercise equivalence partitions by using one representative member of each partition.

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

Equivalence partition (equivalence class)

A

A portion of the value domain of a data element related to the test object for which all values are expected to be treated the same based on the specification.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
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
8
Q

Decision table testing

A

A black-box test technique in which test cases are designed to execute the combination fo inputs and/or stimulie (causes) shown in a decision table.

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

State transition testing (finite state testing)

A

A black-box test technique using a state transition diagram or state table to derive test cases to evaluate whether the test item successfully executes valid transitions and blocks invalid transitions.

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

Use case testing (scenario testing, user scenario testing)

A

A black-box technique in which test cases are designed to execute scenarios of use cases.

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

Statement coverage

A

The percentage of executable statements that have been exercised by a test suite.

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

Decision coverage

A

The coverage of decision outcomes.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
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
14
Q

Exploratory testing

A

An approach to testing whereby 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
15
Q

Checklist-based testing

A

An experience-based test technique whereby the experienced tester uses a hight-level list of items to be noted, checked, or remembered, or a set of rules or criteria against which a product has to be verified.

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