Factors to go for Automation Testing
- Application needs a set of tests to be executed very regularly due to a software change or defect fix.
- Application undergoes constant changes and needs regression tests to be re executed
- Test expected results are clearly identified and documented and is not expected to change every now and then.
- Performance and load tests needs to be done with large volumes of data and user hits which are impossible to be addressed by the number of available testers.
- Data driven testing is needed regularly . for eg: if the same test requires to be executed 10 times with different input data sets, it is better to automate.
No comments:
Post a Comment