Software Development Lifecycle Testing Concepts

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

1/9

flashcard set

Earn XP

Description and Tags

These flashcards cover essential vocabulary and concepts related to testing in the software development lifecycle.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

10 Terms

1
New cards

Software Development Lifecycle (SDLC)

An abstract representation of the software development process that defines how various phases and activities relate to each other.

2
New cards

Test-Driven Development (TDD)

A development approach where tests are written before the code to guide the development process.

3
New cards

Acceptance Test-Driven Development (ATDD)

A development method where acceptance criteria are used to derive tests before the system design.

4
New cards

Behavior-Driven Development (BDD)

A development approach that uses natural language to express application behaviors in test cases.

5
New cards

Shift Left

A principle that encourages performing testing earlier in the software development lifecycle.

6
New cards

Continuous Integration (CI)

A practice where developers frequently integrate their code changes into a shared repository, allowing automated builds and tests.

7
New cards

Continuous Delivery (CD)

A software release practice where code changes are automatically prepared for production release.

8
New cards

Regression Testing

A type of testing that ensures recent changes haven’t adversely affected existing features.

9
New cards

Confirmation Testing

Testing to confirm that a defect has been successfully fixed.

10
New cards

Non-Functional Testing

Testing that evaluates attributes of a system other than functional requirements, such as performance, usability, and security.