Manual Testing vs Automation Testing

Submitted 4 years, 2 months ago
Ticket #354
Views 414
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 4 years, 2 months ago
add a comment

2 Answers

Verified
Submitted 4 years, 2 months 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 4 years, 2 months ago


Latest Blogs