background image
<< What Is Testing? | Testing Promotes Automation >>
<< What Is Testing? | Testing Promotes Automation >>
What Is Automated Testing?
What Is Automated Testing?
Programs to check other programs.
As with any rote task, you let the computer do it.
Humans will forget rote tests, computers will not
Press a button and walk away.
No human required (very important)
Manually running tests is a waste of your time.
Tests should run as close to instantaneous as possible
so you won't have an excuse not to run them
so you'll run them as often as possible
Instant feedback