Chapter 2 - Testing Throughout the Software Development Lifecycle

0.0(0)
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/16

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

17 Terms

1
New cards

Acceptance Criteria

The criteria that a work product must satisfy to be accepted by the stakeholders.

2
New cards

Black-box testing

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

3
New cards

Component integration testing

Syn: Module integration testing, unit integration testing

The integration testing of components.

4
New cards

Component testing

Syn: module testing, unit testing

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

5
New cards

Confirmation testing

Syn: re-testing

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

6
New cards

Functional testing

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

7
New cards

Integration testing

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

8
New cards

Maintenance testing

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

9
New cards

Non-functional testing

Testing performed to evaluate that a component/system complies w/ non-functional requirements.

10
New cards

Regression testing

A type of change-related testing to detect whether defects have been introduced/uncovered in unchanged areas of the software.

11
New cards

Shift left

A test approach to perform testing & quality assurance activities as early as possible in the software development lifecycle.

12
New cards

System integration testing

The integration testing of systems.

13
New cards

System testing

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

14
New cards

Test level

Syn: test stage

A specific instantiation of a test process.

15
New cards

Test object

The work product to be tested.

16
New cards

Test type

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

17
New cards

White-box testing

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