The REAL reason manual testing doesn't scale: When people quit, domain...
The REAL reason manual testing doesn't scale:
When people quit, domain knowledge walks out the door. Suddenly, no one knows how parts of the app are supposed to work.😬
But, automated tests aren't impacted. Tests continue to run, and continue to document expected behavior. 👍
"Good thing we have docs".
Docs lie.
Only the code is the truth.
Tests tell it how it is. Docs tell it how it might be.