2.2.2 Test Types Flashcards

1
Q

What does functional testing evaluate?

A

Functions that a component or system should perform.

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

What are functions?

A

What the test object should do.

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

What is the main objective of functional testing?

A

Checking functional completeness, correctness and appropriateness.

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

What does non-functional testing evaluate?

A

Attributes other than functional characteristics.

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

What does non-functional testing evaluate?

A

How well the system behaves.

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

What is the main objective of non-functional testing?

A

Checking non-functional quality characteristics.

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

What classification does ISO/IEC 25010 provide (for non-functional quality characteristics)?

A

Performance efficiency, Compatibility, Usability (interaction capability), Reliability, Security, Maintainability, Portability (flexibility), Safety.

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

When is it appropriate for non-functional to start?

A

Early in SDLC.

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

Where can non-functional testing start early?

A

Reviews or component testing.

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

Where are many non-functional tests derived from?

A

Functional tests.

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

What do many non-functional tests check?

A

Non-functional constraint satisfied.

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

When a non-functional test checks constraints?

A

When Function performs within specified time or ported to new platform.

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

What threat does late discovery of non-functional defects pose?

A

Serious threat to project success.

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

What environment does non-functional tests sometimes need?

A

Specific environment like usability lab.

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

What does black-box testing derive from?

A

Documentation not related to internal structure of the test object.

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

What does black-box testing check?

A

System’s behavior against specifications.

17
Q

What does white-box testing derive from?

A

System’s implementation or internal structure.

18
Q

What tests derive from internal structure in white-box testing?

A

tests over Code, architecture, work flows, data flows.

19
Q

What does white-box testing cover?

A

Underlying structure by tests to acceptable level.

20
Q

Where can four test types mentioned apply (funciontal, non-functional, white and black box)?

A

All levels.

21
Q

How will focus differ between test types applications?

A

Different focus at each level.

22
Q

What techniques derive test conditions and test cases?

A

Different techniques for all test types mentioned.