Demonstration
By Jaydeep Kulkarni
Curate, Validate and Publish an MCP Server from an OpenAPI Spec with Specmatic Genie
In this walk-through we'll show exactly how we took the Postman APIs, curated the set of API end points we want to expose via MCP, validate those end point work
By Hari Krishnan
WireMock’s Dirty Secret: Ignoring API Specs & Letting Invalid Examples Slip Through
Overcoming the Challenges of Hand-Rolled Mocks with Contract-Driven Development APIs and microservices have transformed the way software systems are built and maintained. However, developing a
By Joel Rosario
API Resiliency and Contract Testing for GraphQL
Transform your GraphQL API specs into executable contracts in seconds Now you can easily leverage your GraphQL APIs for contract testing, intelligent service virtualisation and
By Yogesh Nikam
Contract Testing Google Pub/Sub: Using AsyncAPI specs as Executable Contracts
Shift-Left the identification of integration issues in applications built with Event Driven Architecture (EDA) by leveraging AsyncAPI specs as Executable Contracts Introduction The surge in
By John
Contract vs. Approval Testing: Identifying Bugs in RESTfulBooker’s API with Specmatic and TextTest
Testing APIs: Specmatic vs TextTest Emily Bache wanted to compare TextTest with Specmatic and has published a video about her experience: The BEST way to
By Jaydeep Kulkarni
Early detection of mismatches between your API specs and implementation: Exploring Specmatic’s API Coverage Report
Specmatic’s API coverage report helps identify any mismatches between an OpenAPI specification and an application's endpoints early in the development lifecycle. The report lists all
By Hari Krishnan
Break the Chains of Database Dependencies: Leveraging Specmatic for JDBC Stubbing
With Specmatic JDBC stub, you can easily test APIs without the need for a complex database setup. By switching out the real database with a
By Jaydeep Kulkarni
JMS Mocking with AsyncAPI using Specmatic
The JMS mock is wire compatible and can be controlled entirely from within the test. This means you can run the test locally or also
By Joel Rosario
Kafka Mocking with AsyncAPI using Specmatic
The Specmatic Kafka mock is wire compatible and entirely within the control of the test, the test can run locally and in CI and deliver
By Joel Rosario
Redis Stubbing with Specmatic Contract Testing
Instead of using an actual instance of Redis, we'll stub it out and have the contract test set expectations so that the Redis stub knows
Categories