Write Better Integration Tests With WireMock
Summary
This tech talk focuses on reliably testing applications that depend on external services by using a library to mock these dependencies within integration tests. The presenter demonstrates this with a .NET 9 API integrating with the YouTube API, highlighting various endpoints and their functionality. The practical takeaway is to employ mocking techniques to isolate and test application logic against simulated external service responses.