InterviewSolution
| 1. |
Does Automation Replace Manual Testing? |
|
Answer» There can be some FUNCTIONALITY which cannot be tested in an automated tool so we MAY have to do it manually. therefore MANUAL testing can never be replaced. (We can write the SCRIPTS for negative testing also but it is hectic task).When we talk about real ENVIRONMENT we do negative testing manually. There can be some functionality which cannot be tested in an automated tool so we may have to do it manually. therefore manual testing can never be replaced. (We can write the scripts for negative testing also but it is hectic task).When we talk about real environment we do negative testing manually. |
|