|
|
Unit tests are written before the code
Developers implement unit tests
Unit tests run at 100% all the time
All unit tests run multiple times per day
Customers specify acceptance tests
Acceptance tests always run before code goes into production
It's not tested if the test isn't automated
|
|
|