4.1 Test Techniques Overview Flashcards

1
Q

Test techniques support the tester in “ “ and in “ “.

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 … but sufficient, … in a s…

A

relatively small,
set of 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 …

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 …

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 “ “ is “ “.

Consequently, if the … but the required behavior … then the … 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 … and “ “.

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

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 “ “ of …

The effectiveness of these test techniques depends heavily on …

A

knowledge
experience of testers
design
implementation
test cases.

the 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 … and …

Experience-based test techniques are complementary to … and …

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