- This topic has 3 replies, 3 voices, and was last updated 2 years, 11 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Home › Forums › Software Testing Discussions › manual testing vs automation testing
when do you prefer manual testing over automation testing?
ASP.Net Software Development
Below are some scenarios when Manual Testing is preferred over Automation testing:
1. When the application under test is very small, you do not need to go for Automation Testing.
2. When the application is very complicated and has too many modules, Manual Testing is the only solution.
3. Look & feel and UI alignment related testing always requires Manual Testing.
Thus, we can say that manual testing cannot be ruled out altogether, although its scope is less as compared to Automation Testing.
The manual testing approach is able to handle difficult use case situations better than automated testing. With manual testing, we can get the exact replication of the real user experience on the web and mobile apps. The user doesn’t need to change the entire code, in order to make small quick fixes in the app.
Manual testing approach is able to handle difficult use case situations better than automated testing.