DEV Community

Abarna
Abarna

Posted on • Edited on

Manual Testing

Image description

Manual Testing is the Software Testing Technique that is carried out using the functions and features of an application. In manual testing, a tester carries out tests on the software by following a set of predefined test cases. In this testing, testers make test cases for the codes and test the software and give the final report about that software. Manual testing is time-consuming testing because it is done by humans and there is a chance of human errors.

Every new application must be manually tested before its testing can be automated. Manual Testing requires more effort rather than automation testing but is necessary to check automation feasibility. There is no requirement for knowledge of any testing tool in manual testing.

Manual testing is requires a large number of human resources. It is very time consuming.

Using the manual testing we test the telegram mobile app.

first the software testing life cycle(STLC) is Requirement analysis, test planning, test designing, test execution, defect and bug reporting and test closure/signoff.

So we follow the life cycle method to test the software. first analysis the app requirement chat, call and etc...next step to planning the test cases for the app testing .what to do the test and how to work the test. next step is to design the test. designing the test cases for the app testing. Execute the test cases this is test execution. And identify the any issues to reporting the bug this is the defect and bug reporting. Finally all steps are close the test is closure or signoff.

Top comments (0)