Book
Web APIテスト技法
Testing Web APIs
Mark Winteringham
Summary
コントラクトテストやAPIの探索的テスト、自動化戦略など、クライアントと バックエンド間の契約を担保するモダンなテスト手法を網羅した実践書。
Target Readers
- APIテスト戦略を確立したいエンジニア
- マイクロサービス間の互換性テストに取り組む開発者
Tags
Colophon
- Publisher
- 翔泳社
- ISBN
- 978-4798172453
- Published
- Feb 2023
- List price
- ¥2,178incl. taxMay differ from the actual selling price on Amazon
Get this book
* The link above is an advertisement via Amazon Associates.Related Books
Prerequisites
- Recommended
Unit Testing Principles, Practices, and Patterns
Vladimir Khorikov
Reason: Having mastered unit testing principles, you broaden your view to a testing strategy for APIs that cross service boundaries. Testing Web APIs shows how to balance the upper layers of the test pyramid—integration, contract, end-to-end—securing the API reliability that unit tests alone can't protect.
- Related
The Design of Web APIs
The Design of Web APIs
Arnaud Lauret
Reason: Once you can design an API, you need a way to verify that the design keeps working as promised. Testing Web APIs introduces contract testing, letting you catch mismatches between provider and consumer in CI.
- Related
マイクロサービスパターン
Microservices Patterns
Chris Richardson
Reason: Splitting into services creates the risk that integrations break whenever an inter-service interface changes. Testing Web APIs provides a contract-testing strategy including consumer-driven contracts (CDC), weaving a verification net that keeps independent deployment safe.