#mocking

[ follow ]
fromInfoQ
1 day ago

Mocking gRPC in Spring Boot Microservice Integration Tests with WireMock

Mocking gRPC services allows you to validate gRPC integration code during your tests while avoiding common pitfalls such as unreliable sandboxes, version mismatches, and complex test data setup requirements.
Bootstrapping
fromInfoQ
3 weeks ago

Scaling API Independence: Akehurst on Mocking, Contract Testing, and Observability

Akehurst emphasized that effective API simulation is not just about returning canned responses but about accurately reflecting the behavior of the real API.
Software development
fromMedium
4 months ago

Better Testing with TestContainers

TestContainers is an open-source library that creates instances of services that can run inside a docker container, allowing a fresh db container to run tests against.
JavaScript
[ Load more ]