Automated Testing Manual Testing: Advantages
Automated Testing Manual Testing: Advantages
ADVANTAGES Automated Testing If you have to run a set of tests repeatedly automation is a huge gain Manual Testing If Test Cases have to be run a small number of times it's more likely to perform manual testing
Helps performing "compatibility It allows the tester to perform more testing" - testing the software on ad-hoc (random testing) different configurations It gives you the ability to run automation scenariosto perform Short term costs are reduced regressions in a shorter time It gives you the ability to run The more time tester spends testing a regressions on a code that is continously module the grater the odds to find real changing user bugs Can be run simultaneously on different machines thus decreasing testing time Long term costs are reduced DISADVANTAGES Automated Testing Manual Testing It's more expensive to automate. Manual tests can be very time Initial investments are bigger than consuming manual testing You cannot automate everything, For every release you must rerun the some tests still have to be done same set of tests which can be tiresome manually OTHER FACTORS The performance of yout test tools The knowledge level of your testing team The continous growth of software to be tested Number of necessary regressions