Tagged Questions
0
votes
4answers
308 views
Is it dangerous to substitute unit tests for user testing? [closed]
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 ...
9
votes
3answers
530 views
Do we need test data or can we rely on unit tests and manual testing?
We're currently working on a medium/large PHP/MySQL project. We're doing unit testing with PHPUnit & QUnit and we have two full time testers that are manually testing the application. Our test ...