2.2.1 Test levels Flashcards

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

What does component focus on?

A

Testing components in isolation.

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

What does component often require?

A

Specific support.

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

What are examples of specific support?

A

Test harnesses or unit test frameworks.

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

Who normally performs component?

A

Developers.

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

Where do developers perform component?

A

Development environments.

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

What does component integration focus on?

A

Testing interfaces and interactions between components.

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

What is component integration heavily dependent on?

A

Integration strategy.

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

What are examples of integration strategies?

A

Bottom-up, top-down or big-bang.

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

What does system focus on?

A

Overall behavior and capabilities of an entire system or product.

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

What types of tasks does system often include?

A

Functional tasks.

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

What types of characteristics does system often include?

A

Non-functional characteristics.

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

For what characteristics is it preferable to test them on a complete system?

A

Non-functional characteristics.

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

Where should non-functional characteristics be tested?

A

Representative test environment.

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

Is using simulations possible?

A

Using simulations of sub-systems is also possible.

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

Who may perform system?

A

Independent test team.

17
Q

To what is system related?

A

Specifications for the system.

18
Q

What does system integration focus on?

A

Testing interfaces of the system under test and other systems and external services.

19
Q

What does system integration require?

A

Suitable test environments.

20
Q

How should suitable environments be similar?

A

Operational environment.

21
Q

What does acceptance focus on?

A

Validation and demonstrating readiness for deployment.

22
Q

What does readiness mean?

A

Fulfills user’s business needs.

23
Q

Who should ideally perform acceptance?

A

Intended users.

24
Q

What are examples of forms of acceptance?

A

User acceptance (UAT), operational acceptance, contractual acceptance, regulatory acceptance, alpha acceptance and beta acceptance.

25
By what attributes are levels distinguished to avoid overlapping activities?
Test object, Test objectives, Test basis, Defects and failures, Approach and responsibilities.