Posts

Image
          Manual Testing Tutorial |Test Cases of Manual Testing   What is Manual Testing?       Manual testing is a software testing process in which all test cases are executed by testers manually without any automated tool. It is the fundamental testing method among all testing types which helps in finding the bugs in a software application. Testers manually test the software application for finding bugs using different test cases. Before going to production any application must be manually tested. Manual testing requires more time and effort than automation. but it is necessary to do manual testing before performing automation. WHY TESTING? 1. For finding bugs and any issues in a software application. 2. To avoid user interaction problems. 3. To check the Quality of the product. 4. To observe the reliability. Types of Manual Testing Manual Testing is classified into different types, they are listed below:-      1.    Black Box Testing