Overview
By this point you should feel comfortable writing unit tests for your assets. Even tests that rely on external systems.
However while it helpful to know how tests function with expected results, it can still be good to have tests that can connect to other systems. These tests require more set up and are as commonly invoked as unit tests but they add another critical layer to testing data applications.