09/11 15:35HS @ Online Workshops TRACK TESTING
Help! I need mocks for my integration tests
Speaker: Andres Sacco
During this talk, you will see the relevance of mocks for your integration tests and how the developers can create different mock scenarios without knowing about the other microservices. Most developers mock the external interaction using some mock library inside the code, producing a fake sensation that everything works fine in the microservice. What happens if something is wrong with the code that the developers mocked?