Chapter 2 - Testing Processes Flashcards

1
Q

structure-based technique (white-box test design technique)

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
2
Q

control flow testing

A

An approach to structure-based testing in which test cases are designed to execute specific sequences of events. Various techniques exist for control flow testing, decision testing, condition testing, and path testing, that each have their specific approach and level of control flow coverage

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

statement testing

A

A white-box test design technique in which test cases are designed to execute statements

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

branch testing

A

A white-box test design technique in which test cases are designed to execute branches. ISTQB deems this identical to decision testing

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

decision testing

A

A white-box test design technique in which test cases are designed to execute decision outcomes. ISTQB deems this identical to branch testing

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

condition testing

A

A white-box test design technique in which test cases are designed to execute condition outcomes.

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

atomic condition

A

A condition that cannot be decomposed, i.e., a condition that does not contain two or more single conditions joined by a logical operator (AND, OR, XOR

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