#mocking

[ follow ]
fromInfoQ
1 day ago
Software development

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

Developer autonomy in microservices requires advanced techniques like mocking and contract testing to manage API dependencies and enhance testing environments.
fromMedium
3 months ago
JavaScript

Better Testing with TestContainers

TestContainers offers a more efficient way to test interactions with external components by using Docker containers.
fromMedium
6 months ago
JavaScript

How do you write unit tests in Scala, and how do you use the mocking technique?

Tight coupling of services in functions complicates unit testing, necessitating strategies like dependency injection or mocking for flexibility.
[ Load more ]