An integration test verifies the communication paths and interactions between components to detect interface defects. — Martin Fowler In my current project we are building a mobility platform using a microservice architecture. Because all of our services are interacting with external componentes like e.g. DynamoDB, PostgreSQL, Apache Kafka, or etcd we started looking for a... Read more