Software Engineering KB

Home

❯

06 Development Process

❯

01 Testing

❯

00 Category

❯

Integration Testing

Integration Testing

Feb 10, 20261 min read

  • testing
  • integration-testing

Integration Testing

Back: Testing

Testing interactions between components to verify they work together correctly. Integration tests catch issues that unit tests miss, such as incorrect API calls, database query errors, and serialization problems.

Concepts

  • Database Tests
  • API Testing
  • Component Testing

testing integration-testing


Graph View

  • Integration Testing
  • Concepts

Backlinks

  • Software Engineering - Map of Content
  • API Testing
  • Component Testing
  • Database Tests
  • Testing

Created with Quartz v4.5.2 © 2026

  • GitHub