With automation frameworks becoming more powerful, I’ve seen a lot of discussions about whether manual testing is still important in modern QA workflows.
From my experience, manual testing still seems valuable for:
exploratory testing
usability testing
edge case discovery
early product validation
Automation is great for regression and repetitive tasks, but it doesn’t always catch UX issues or unexpected user behavior.