ISTQB CTFL V.4 Keywords Chapter 2

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/16

flashcard set

Earn XP

Description and Tags

Taken directly from the CTFL syllabus and looked up from the ISTQB glossary. I've also added the simplified definition.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

17 Terms

1
New cards

Acceptance testing

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

Simplified: Checking if the system is ready for use.

2
New cards

Black-box testing

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

Simplified: Testing without looking at the internal structure.

3
New cards

Component integration testing

The integration testing of components.

Simplified: Testing how parts work together.

4
New cards

Component testing

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

Simplified: Testing individual parts.

5
New cards

Confirmation testing

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

Simplified: Checking if a fix works.

6
New cards

Functional testing

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

Simplified: Testing if the system does what it should.

7
New cards

Integration testing

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

Simplified: Testing how parts connect.

8
New cards

Maintenance testing

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

Simplified: Testing changes in a working system.

9
New cards

Non-functional testing

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

Simplified: Testing system aspects beyond function.

10
New cards

Regression testing

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

Simplified: Testing for new issues after changes.

11
New cards

Shift-left

An approach to performing testing and quality assurance activities as early as possible in the SDLC.

Simplified: Starting testing early in development.

12
New cards

System integration testing

The integration testing of systems.

Simplified: Testing how systems connect.

13
New cards

System testing

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

Simplified: Testing the entire system.

14
New cards

Test level

A specific instantiation of a test process.

Simplified: A specific testing process instance.

15
New cards

Test objects

The work product to be tested.

Simplified: What's being tested.

16
New cards

Test type

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

Simplified: A group of tests for specific goals.

17
New cards

White-box testing

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

Simplified: Testing looking at internal structure.