1.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 testing types and helps find bugs in the software system.
2.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.
3.Manual Testing does not require knowledge of any testing tool.
1.The key concept of manual testing is to ensure that the application is error free and it is working in conformance to the specified functional requirements.
2.Test Suites or cases, are designed during the testing phase and should have 100% test coverage.
3.It also makes sure that reported defects are fixed by developers and re-testing has been performed by testers on the fixed defects.
4.Basically, this testing checks the quality of the system and delivers bug-free product to the customer.
Useful Links:
Manual testing article/eng
Manual testing article/eng
Manual testing video tutorial/eng
Manual testing video tutorial/ru