4.1 Test Techniques Overview Flashcards

1
Q

Test techniques support the tester in t… (wh… ) and in t… (ho… ).

A

test analysis
what to test

test design
how to test

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

Test techniques help to develop a r… , but sufficient, set of t… in a s…

A

relatively small,
test cases
systematic way.

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

Test techniques also help the tester to:
- define t…
- identify c…
- identify t… during the t…

A
  • test conditions
  • coverage items
  • test data
    test analysis and design
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Black-box test techniques (specification-based techniques) are based on an “ “ of the s… of the t… without reference to its i…

A

analysis
specified behavior
test object
internal structure.

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

Black-box test cases are independent of how the “s…“ is “ “.

Consequently, if the i… , but the required behavior s… , then the t… are still “ “.

A

software
implemented

implementation changes
stays the same
test cases
useful

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

White-box test techniques (structure-based techniques) are based on an analysis of the test object’s i… and “ “.

As the test cases are dependent on how the software is designed, they can only be “ “ after the d… of the t…

A

internal structure
processing

created
design or implementation
test object.

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

Experienced-based test techniques effectively use the “ “ and e… for the “ “ and “i…“ of t…

The effectiveness of these test techniques depends heavily on the t…

A

knowledge
experience of testers
design
implementation
test cases.

tester’s skills.

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

Experience-based test techniques can detect defects that may be “ “ using the b… and w…

Experience-based test techniques are complementary to b… and w…

A

missed
black-box
white-box test techniques.

black-box
white-box test techniques.

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