Contract Service Mocking - activoricordi/nijinsky GitHub Wiki

Contract First Development

The Contract first development is a process for designing a contract without having to wait for someone else events.

Apicurio Studio

Apicurio Studio is a web based API Design Suite, primarily it is built to support design-first REST API development.

Microcks

Microcks is a contract mocking platform for turning your Sync API, Async APIs and microservices assets such as OpenAPI specs, AsyncAPI specs, Postman collections and SoapUI projects into live mocks in seconds. In here, the mocking allows you to test and verify your API specification and design is meeting your API requirement.

Testing Kafka endpoints in Microcks means connecting to a remote Kafka topic on an existing Event Broker. Listen for incoming messages from the Kafka topic and validate the received message against the event-based API schema.

A bridge for running Postman tests from HTTP interface

References