| |
GeekInterview.com > Interview Questions > Testing > Test Automation
| Print | |
Question: What are the main attributes of test automation?
|
| March 03, 2005 01:19:52 |
#1 |
| Rajeshwar Gongalla |
Member Since: Visitor Total Comments: N/A |
RE: What are the main attributes of test automation? |
| 1. If you have to run a set of tests repeatedly, automation is a huge win for you 2. It gives you the ability to run automation against code that frequently changes to catch regressions in a timely manner 3.It gives you the ability to run automation in mainstream scenarios to catch regressions in a timely manner (see What is a Nighlty) 4. Aids in testing a large test matrix (different languages on different OS platforms). 5. Automated tests can be run at the same time on different machines, whereas the manual tests would have to be run sequentially. |
| |
Back To Question | |