What is the difference between manual testing and automation testing
ssuser975745
3,748 views
2 slides
Sep 30, 2021
Slide 1 of 2
1
2
About This Presentation
What is the difference between manual testing and automation testing
Size: 1.89 MB
Language: en
Added: Sep 30, 2021
Slides: 2 pages
Slide Content
W hat is Difference between Manual testing and Automation testing? Created By Mahendra Chauhan
Sr No Manual testing Automation testing 1 In manual testing, test cases are executed by a human tester and software. Automation Testing uses automation tools to execute test cases. 2 Manual testing is time-consuming and takes up human resources. Automated testing is significantly faster than a manual approach. 3 Investment is needed for human resources. Investment is required for testing tools as well as automation engineers. 4 No need for programming in Manual Testing. Programming knowledge is a must in automation testing. 5 Manual Testing has a higher risk of missing out the pre-decided test deadline. Automated Tests have zero risks of missing out a pre-decided test. 6 Focus on human resources. Focus on automation. 7 Comparatively slower. Significantly faster. 8 Suitable for small to medium scale projects. Suitable for a complex and large project. 9 Can be repetitive and boring. Helps to avoid repetitive tasks as a QA "delegates" them to a computer. 10 Investment is needed for human resources. Investment is required for testing tools as well as automation engineers.