Section 2 Flashcards

1
Q

acceptance testing

A

A test level that focuses on determining whether to accept the system.

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

black-box testing

A

Testing based on an analysis of the specification of the component or system.

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

component integration testing

A

The integration testing of components.

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

component testing

A

A test level that focuses on individual hardware or software components.

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

confirmation testing

A

A type of change-related testing performed after fixing a defect to confirm that a failure caused by that defect does not reoccur.

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

functional testing

A

Testing performed to evaluate if a component or system satisfies functional requirements.

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

integration testing

A

A test level that focuses on interactions between components or systems.

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

maintenance testing

A

Testing the changes to an operational system or the impact of a changed environment to an operational system.

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

non-functional testing

A

Testing performed to evaluate that a component or system complies with non-functional requirements.

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

regression testing

A

A type of change-related testing to detect whether defects have been introduced or uncovered in 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

An approach to performing testing and quality assurance activities as early as possible in the software development lifecycle.

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

system integration testing

A

The integration testing of systems.

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

system testing

A

A test level that focuses on verifying that a system as a whole meets specified requirements.

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

test level

A

A specific instantiation of a test process.

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

test object

A

The work product to be tested.

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

test type

A

A group of test activities based on specific test objectives aimed at specific characteristics of a component or system.

17
Q

white-box testing

A

Testing based on an analysis of the internal structure of the component or system.

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