What is the different between Manual testing and Automation Testing
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 |
Check this link, please: difference between automated vs manual testing