1.2 Why is Testing Necessary? Flashcards

1
Q

What is the alternative to testing?

A

Involving a representative set of users as part of the development project.

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

Is testing a form of quality assurance or of quality control?

A

Quality control

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

What is Quality Control?

A

A product-oriented corrective approach focused on achieving the appropriate level of quality. It includes testing, model checking, simulation, and prototyping.

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

What is Quality Assurance?

A

A process-oriented preventive approach focused on implementing and improving processes. It’s basis is that if a good process is followed correctly, a good product will be generated.

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

How are test results used in Quality Control?

A

To fix defects

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

How are test results used in Quality Assurance?

A

To provide feedback on development and test processes

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

What is the relationship between errors, defects, and failures?

A

People make errors (mistakes), which produce defects (bugs), which may or may not result in failures during the use of the end product.

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

Why do people make errors?

A
  • time pressure
  • complexity of work
  • tiredness
  • lack of training
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Where can defects be found?

A
  • documentation (requirements, test scripts)
  • source code
  • supporting artifacts (build files)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Do defects always result in failures?

A

No. Some do, some only cause failures in specific circumstances, and some never cause failures.

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

Are defects the only cause of failures?

A

No. Failures can also be caused by environmental conditions.

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

What is a root cause?

A

The first factor that leads to a failure. The fundamental reason for the occurrence of a problem or error.

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