2.2 Test Levels and Test Types Flashcards

1
Q

What is the goal of component testing?

A

To test individual components or units of code in isolation.

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

What is component integration testing?

A

Testing the interactions between integrated components/modules.

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

What is system testing?

A

Testing the complete system’s behavior, functionality, and non-functional qualities.

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

What is system integration testing?

A

Testing the interfaces between the system and external systems or services.

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

What is acceptance testing?

A

Validating the system’s readiness against user/business needs, usually done by end users or representatives.

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

What is functional testing?

A

Testing what the system does — its features and behaviors — based on requirements.

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

What is non-functional testing?

A

Testing how well the system performs — including speed, usability, security, reliability, etc.

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

What is black-box testing?

A

Testing based on input/output behavior without looking at internal code structure.

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

What is white-box testing?

A

Testing based on internal code structure, such as branches, paths, or statements.

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

What is confirmation testing?

A

Re-testing a previously failed test case to confirm the defect was fixed.

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

What is regression testing?

A

Re-running tests to ensure recent changes didn’t break existing functionality.

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