When do you choose automated testing over manual testing?
Automation is chosen when
-A similar set of tests need to be repeated again and again
-When a single test requires to be repeated for a large number of data
-When stable modules requires to be regressed frequently.