2.2.2 Test Types Flashcards

1
Q

Functional testing evaluates the “ “ that a component or …

A

functions

system should perform.

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

The functions are “ “ the “ “ should do.

A

what

test object

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

The main objective of functional testing is checking the:
- functional com…
- functional cor…
- functional app…

A
  • completeness
  • correctness
  • appropriateness.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Non-functional testing evaluates “ “ other than functional characteristics of a “ “ or “ “.

A

attributes

component

system

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

Non-functional testing is the testing of …

A

“how well the system behaves”.

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

The main objective of non-functional testing is checking the …

A

non-functional quality characteristics.

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

The ISO / IEC 25010 standard provides the following classification of the non-functional quality characteristics:
- pe…
- c…
- u… (also known as …
- r…
- se…
- m…
- po… (also known as …
- sa…

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

It is sometimes appropriate for non-functional testing to … (e.g. as part of r…

A

start early in the SDLC

reviews or component testing).

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

Many non-functional tests are derived from … as they use … but check for that while … a non-functional c… (e.g. checking that a function p… or a function can be p…

A

functional tests

the same functional tests,

performing the function,

constraint is satisfied

performs within a specified time,

ported to a new platform).

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

The late discovery of non-functional defects can …

A

pose a serious threat to the project’s success.

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

Non-functional testing sometimes needs a very … such as a u…

A

specific test environment,

usability lab for usability testing.

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

Black-box testing is specification-based and … not related to the t…

A

derives tests from documentation

test object’s internal structure.

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

The main objective of black-box testing is checking …

A

the system’s behavior against its specifications.

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

White-box testing is structure-based and … from the s… (e.g. code, a…

A

derives tests

system’s implementation or internal structure

architecture, work-flows, and data flows).

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

The main objective of white-box testing is to cover … by the tests …

A

the underlying structure

to an acceptable level.

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

Functional testing, non-functional testing, black-box testing and white-box testing can be … although the focus w…

A

applied to all test levels,

will be different at each level.

17
Q

Different test techniques can be used to … for the 4 …

A

derive test conditions and test cases

mentioned test types.