Software Engineering KB

Home

❯

06 Development Process

❯

01 Testing

❯

01 Concept

❯

Test Maintenance

Test Maintenance

Feb 10, 20261 min read

  • testing
  • test-maintenance

Test Maintenance

← Back to Test Strategy

Avoiding brittle tests by testing behavior, not implementation. Tests coupled to implementation details break when code is refactored, creating maintenance burden. Good tests survive refactoring and only break when behavior changes.

Key Properties

  • Behavior-Focused Tests
  • Refactoring Resilience
  • Test Deduplication

Related

  • What to Test (test the right things)
  • Mocks (over-mocking causes brittleness)

testing test-maintenance


Graph View

  • Test Maintenance
  • Key Properties
  • Related

Backlinks

  • Test Strategy
  • What to Test

Created with Quartz v4.5.2 © 2026

  • GitHub