Test Patterns

12 thoughts
last posted Sept. 12, 2014, 9:50 p.m.

10 earlier thoughts

0

Automated Tests

Automated tests are those which are run, automatically, by computer. By definition, unit tests and regression tests are automated. Integration tests are almost always automated, functional tests should be automated to some degree, and acceptance tests generally have non-automated (and non-automatable) components to them, where an actual human being inspects the output.

1 later thought