|
Answer» Benefits of automated TESTING over manual testing - When test cases NEED to be run repeatedly for a long duration of time.
- When one needs to perform regression testing, performance testing, or load testing.
- When one wants to record the testing process
- When one has less time to complete the testing phase
- When tests are needed to be executed in a standard runtime environment
- When tests include REPETITIVE steps
- When there are multiple and quick DEPLOYMENTS for the product, manual becomes very time TAKING and redundant
|