I recently wondered if I should completely rely on automated testing, or if manual testing is still important. Complex bugs sometimes can't be caught without a live tester, and the manual is better for accurate UI testing. Has anyone encountered this situation, and how do you usually solve it?
0