What is Manual testing?

Manual Testing is a type of Software Testing where Testers manually execute test cases without using any automation tools.
Manual testing is the most primitive of all testingtypes and helps find bugs in the software system.
 Any new application must be manually tested before its testing can be automated. Manual testing requires more effort, but is necessary to check  automation feasibility.
Manual Testing does not require knowledge of any testing tool.
One of the  Software Testing Fundamental is "100% Automation is not possible".
This makes Manual Testing imperative. 

0 Comments

'; (function() { var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js'; (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); })();