Manual Testingš¤
Manual testing is a testing process which is testing the software without any automated tool. Tester will do the test cases manually with end user perspective. Will ensure that all the software working as mentioned in the document. Test case report also generated manually. Manual testing is mandatory for every new software before automated testing.
Types of Manual Testing
1.Black box testing
2.White box testing
3.Grey box testing
Benefits of Manual Testingš
- If you are a manual tester you don't need programming language.
- Manual testing is easy for new tester to learn.
- Using manual testing the bugs can identify in the early stages.
- Manual testing is cost effective.
Drawbacks of Manual Testingš
- Large number of human sources need for manual testing.
- Manual testing is very time consuming. All the test cases executed manually so tester need more time testing.
- Manual testing is very costly in big project in short period of time.
- Manual testing does not cover all aspect of testing.
Top comments (0)