Manual Testing vs Automation Testing

Submitted 5 years ago
Ticket #354
Views 636
Language/Framework Other
Priority Low
Status Closed

What is the different between Manual testing and Automation Testing

Submitted on Feb 17, 21

Hi Bunny, can you please check whether the following answers can help you - revathirv 5 years ago
add a comment

2 Answers

Verified
Submitted 5 years ago


Verified

In manual testing, a human performs the tests step by step, without test scripts.

In automated testing, tests are executed without human assistance, oftentimes via test automation frameworks, along with other tools and software.

Testing aspects Manual Testing Automation Testing
Test execution Done by manually Done by automation using tools and automated scripts
Types of tasks Entire tasks are done  by manually Most tasks can be automated
Test efficiency Time consuming and less efficient More testing in less time and great efficiency
Test coverage Difficult to ensure sufficient test coverage Easy to ensure sufficient test coverage

 

Submitted 5 years ago


Latest Blogs