Keywords Flashcards

1
Q

Acceptance testing

A test level that focuses on determining whether to …

A

accept the system.

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

Black-box testing

Testing based on an analysis of the specification of the “ “ or “ “.

Alt: spe…

A

component
system

specification-based testing

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

Component integration testing

The integration testing of “ “.

Alt: mod… , uni…

A

components

module integration testing, unit integration testing

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

Component testing

A test level that focuses on individual “ “ or …

Alt: mod… , uni…

A

hardware
software components.

module testing, unit testing

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

Confirmation testing

A type of … performed after fixing a defect to … that a failure caused by that defect …

Alt: re…

A

change-related testing

confirm

does not reoccur.

re-testing

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

Functional testing

Testing performed to evaluate if a “ “ or “ “ satisfies …

A

component or system

functional requirements.

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

Integration testing

A test level that focuses on interactions between c…

A

components or systems.

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

Maintenance testing

Testing the changes to an … or the impact of … to an …

A

operational system

a changed environment

operational system.

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

Non-functional testing

Testing performed to evaluate that a “ “ or “ “ complies with …

A

component or system

non-functional requirements.

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

Regression testing

A type of … to detect whether defects … or uncovered in …

A

change-related testing

have been introduced

unchanged areas of the software.

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

Shift left

A test approach to perform “ “ and … as early as possible in the …

A

testing
quality assurance activities

software development lifecycle.

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

System integration testing

The integration testing of “ “.

A

systems

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

System testing

A test level that focuses on verifying that a “ “ as a whole meets …

A

system

specified requirements.

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

Test level

A specific instantiation of a …

A

test process.

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

Test object

The w… to be …

A

work product

tested.

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

Test type

A group of … based on specific t… aimed at specific characteristics of a “ “ or “ “.

A

test activities

test objectives

component
system

17
Q

White-box testing

Testing based on an analysis of the i… of the c…

Alt: cle… , cod… , gla… , logic-c… , logic-d… , str… , str..b…

A

internal structure

component or system.

clear-box testing, code-based testing, glass-box testing,
logic-coverage testing, logic-driven testing, structural testing,
structure-based testing