Software Engineering KB

Home

❯

06 Development Process

❯

01 Testing

❯

01 Concept

❯

API Testing

API Testing

Feb 10, 20261 min read

  • testing
  • api-testing

API Testing

← Back to Integration Testing

Testing HTTP APIs by sending requests and verifying responses. Includes contract testing (verifying API agreements between services), WireMock for stubbing external APIs, and HTTP client test libraries.

Key Properties

  • HTTP Client Tests
  • Contract Verification
  • API Stubbing

Related

  • Contract Testing (inter-service contracts)

testing api-testing


Graph View

  • API Testing
  • Key Properties
  • Related

Backlinks

  • Integration Testing
  • API E2E Testing
  • Contract Testing

Created with Quartz v4.5.2 © 2026

  • GitHub