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.
One of the Software Testing Fundamental is "100% Automation is not possible".
This makes Manual Testing imperative.
0 Comments
If you have any doubts,please let me know