Is it dangerous to substitute unit tests for user testing? [closed]
- by MushinNoShin
Is it dangerous to substitute unit tests for user testing?
A co-worker believes we can reduce the manual user testing we need to do by adding more unit tests. Is this dangerous?
Unit tests seem to have a very different purpose than user testing. Aren't unit tests to inform design and allow breaking changes to be caught early? Isn't that…