What kind of testing is automation suited for?
Almost any kind of testing which may need to be run multiple times and/or on multiple machines: • Regression • System and Integration testing (2nd series) • Smoke (Build Acceptance) Testing • Multi-Platform testing • Multi-Language Testing • Focused testing during RAD (spiral) development for Windows applications • Positive, Negative, and Edge conditions for controls • Error handling • Stress Testing (repeat test many times to check for memory / resource leaks • Load Testing Top