Some things that can’t be fully tested via automation
Some things that can’t be fully tested via automation.
✅ Is the code readable?
✅ Are there reuse opportunities?
✅ How’s the user experience?
✅ Is the app accessible?
✅ Does the design match the requirements?
✅ Are automated tests readable and comprehensive?
✅ Is the code needlessly complex?
This is why we do code reviews, manual QA, and user acceptance testing.