Testing Throughout the Software Development Lifecycle 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 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
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.