| |
| | ploeh blog : Integration Testing Principles |
 | | As I've written before, integration tests are different from unit tests, but that does not mean that unit testing tools such as Visual Studio Team System can't or shouldn't be used to define integration tests. |
 | | However, many integration tests will, by their nature, require the presence of external infrastructure, such as a relational database, web services, queues, etc. This may seem to conflict with the ambition that a test suite should be fully automated and driven only by its code. |
 | | Integration tests may not completely be able to meet the xcopy requirement, since they will often rely on external infrastructure, but this doesn't mean that you shouldn't adopt a set of similar principles. |
| blogs.msdn.com /ploeh/archive/2006/11/15/IntegrationTestingPrinciples.aspx (741 words) |
|