Editorial / Best Answer
kurtz182
Automated testing is best performed:
1) When a product has enough value to a company to warrant it
2) When a product has a long enough life cycle to warrant it
3) When it directly helps your project's speed, coverage, risk mitigation and development nimbleness
4) When it is relatively simple to implement
5) When requirements are stable and not apt to change
6) On components that are mission-critical
7) On components that have failed and are apt to fail again
8) On components that are self-contained
9) On components that are scriptable
10) On components that require little maintenance
Automated Testing
Profile Answers by mathan_vel Questions by mathan_vel
Questions by mathan_vel answers by mathan_vel
Editorial / Best Answer
kurtz182Profile Answers by kurtz182 Questions by kurtz182
Automated testing is best performed:
1) When a product has enough value to a company to warrant it
2) When a product has a long enough life cycle to warrant it
3) When it directly helps your project's speed, coverage, risk mitigation and development nimbleness
4) When it is relatively simple to implement
5) When requirements are stable and not apt to change
6) On components that are mission-critical
7) On components that have failed and are apt to fail again
8) On components that are self-contained
9) On components that are scriptable
10) On components that require little maintenance
Related Answered Questions
Related Open Questions