Failing at Integration Testing: Common Mistakes

Integration tests are slow and difficult to maintain because they have substantially more system touch points than unit tests and hence change more often. These elaborate or sophisticated tests provide a role that unit tests cannot replace, thus there is no way to avoid creating them while focusing solely on unit tests. Because their failure is… Continue reading Failing at Integration Testing: Common Mistakes