Test Patterns

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

6 earlier thoughts

0

Integration Tests

An integration test is a test that verifies that two or more units in a system function together. Integration tests also make good regression tests, because you want to make sure that as you change individual bits of your system, the whole keeps functioning together.

5 later thoughts