Software Engineering KB

Home

❯

06 Development Process

❯

01 Testing

❯

01 Concept

❯

What to Test

What to Test

Feb 10, 20261 min read

  • testing
  • what-to-test

What to Test

← Back to Test Strategy

Business logic, edge cases, error paths — not implementation details. Test behavior, not implementation. Focus tests on what the code does, not how it does it. Avoid testing framework internals, getters/setters, or private methods.

Key Properties

  • Behavior Over Implementation
  • Edge Cases
  • Error Paths

Related

  • Test Maintenance (testing behavior reduces maintenance)

testing what-to-test


Graph View

  • What to Test
  • Key Properties
  • Related

Backlinks

  • Test Strategy
  • Test Maintenance

Created with Quartz v4.5.2 © 2026

  • GitHub