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 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 preventative approach focused on implementing and improving processes. Its 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 only caused by 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