0
1.2kviews
Give any four difference between Manual and Automated testing. OR Differentiate between manual testing & automation testing.
1 Answer
written 5.8 years ago by |
Manual testing | Automated testing |
---|---|
1)Manual Testing is not accurate at all times due to human error, hence it is less reliable | 1) Automated testing is more reliable, as it is performed by tools and/or scripts. |
2)It is time consuming, taking up human resources | 2)It is executed by software tools, so it is significantly faster than a manual approach |
3)Investment is required for human resources | 3) Investment is required for testing tools. |
4)It is only practical when the test cases are run once or twice, and frequent repetition is not required | 4) It is a practical option when the test cases are run repeatedly over a long time period. |
5) It allows for human observation, which may be more useful if the goal is userfriendliness or improved customer experience | 5) It does not entail human observation and cannot guarantee user-friendliness or positive customer experience. |