02 Intro To Testing Flashcards

1
Q

Quality (in Software)

A

Delievers software system that
- does what it is supposed to do.
- does the things in a desired way.
- show/demonstrate/prove the above two points.

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

Testing Original Purpose:

A

Demonstration of proper behavior or quality demonstration.

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

Testing New Purpose

A

Defect dection and reduction:
- Achieve defect-free software

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

Defect Types:

A

Failture Observation&raquo_space; Fault removal.
Fault detection&raquo_space; Fault fixing
Error identification&raquo_space; Error prevention.

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

Functional Testing

A

Tests external functions
Black Box Testing in nature
- Functional Mapping Input&raquo_space; Output
- Without involving internal knowledge.

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

Structure Testing

A

Tests internal implementations
White Box Testing in nature
- Internal elements visibile
-“white”&raquo_space; see through

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