Comment by t43562

14 days ago

That is a fairly good reason for trying to use external systems/tools that make testing easy/cheap to do.

So a good approach would be to have tests where you can run with the mock and then run the same tests with the real system. Anything you catch with the mock saves you from using the costly system but you still get real testing.