Rethinking Unit Tests
Many developers confuse test-driven development with unit testing, leading to unnecessary maintenance of tests that offer minimal long-term value. It's crucial to assess the return on investment for each test and determine if it truly contributes to the application's stability. If a test was only useful for feature development, consider deleting it or refining it to better support ongoing maintenance.In this clip
From this podcast

Software Engineering Radio - the podcast for professional software developers
SE-Radio Episode 256: Jay Fields on Working Effectively with Unit Tests
Related Questions