Overview
As your data platform scales, it will interact with more and more systems. Writing tests for external systems can present a problem for testing as you now have to rely on components outside of your application.
In this lesson we will discuss how to write tests when you need work with other services. Specifically how to emulate the function of those systems for the testing.