Software Engineering KB

Home

❯

06 Development Process

❯

01 Testing

❯

01 Concept

❯

Unit Tests

Unit Tests

Feb 10, 20261 min read

  • testing
  • unit-tests

Unit Tests

← Back to Testing Pyramid

Test individual functions or classes in isolation. Fast to execute (milliseconds), many in number, and focused on specific behaviors. Unit tests provide the fastest feedback loop and form the base of the testing pyramid.

Key Properties

  • Isolation
  • Speed
  • Granularity

Related

  • Integration Tests (next level up)
  • Test Doubles (achieve isolation)

testing unit-tests


Graph View

  • Unit Tests
  • Key Properties
  • Related

Backlinks

  • Testing Pyramid
  • Component Testing
  • Integration Tests
  • Trophy Model
  • Isolation (Testing)

Created with Quartz v4.5.2 © 2026

  • GitHub