I'm building a writing habit, and recently wrote about three different ways to think about automated testing in software. https://alltestspass.com/three-different-ways-to-think-about-automated-testing/
Three different ways to think about Automated Testing

Whether you're starting on a new project or working inside a long-running application, incorporating automated tests can be intimidating. If you don't have a strategy or guiding principles, working on tests can feel like a distraction from building the actual application. However, a well-built test suite can help engineering teams

All Tests Pass