DEV Community

Gayathri
Gayathri

Posted on

Task4

Manual testing is testing the software manually all functionality and quality are as per the requirements .
Testing is based on
1.Human intelligence
2.No use of automation tools are used.
3.Each and every functionality is validated manually by the tester.
4.Testing is based on the experience of the project.
5.Manual testing helps to find issue which cannot be find by automation tool.

Disadvantage
1.Manual testing is time consuming .
2.Doing regression is hectic.
3.Human errors can occur.

Top comments (0)