"I don't have time to write tests"


"I don't have time to write tests".

Do you have time to:
1. Run the app manually after each change
2. Investigate and fix broken builds
3. Investigate and fix QA errors
4. Investigate and fix production errors

Add all that up. Writing automated tests *saves* time.
With tests, my job isn't repetitive. The computer does repetitive tasks for me. 😎

I don't waste time re-entering forms to assure things work.

I don't waste time assuring the app runs in each environment.

I don't waste time being blocked because the build is broken. 🔥

View original on X