Software Engineering KB

Home

❯

06 Development Process

❯

01 Testing

❯

01 Concept

❯

Component Testing

Component Testing

Feb 10, 20261 min read

  • testing
  • component-testing

Component Testing

← Back to Integration Testing

Testing a service with its real internal dependencies but mocked external services. Strikes a balance between unit and E2E tests — realistic enough to catch integration issues, fast enough to run frequently.

Key Properties

  • Internal Dependencies Real
  • External Dependencies Mocked
  • Service-Level Testing

Related

  • Unit Tests (more isolated)
  • End-to-End Tests (more realistic)

testing component-testing


Graph View

  • Component Testing
  • Key Properties
  • Related

Backlinks

  • Integration Testing

Created with Quartz v4.5.2 © 2026

  • GitHub