Showing posts with label Integration Testing. Show all posts
Showing posts with label Integration Testing. Show all posts

Friday, June 29, 2012

Integration Testing


We can still use the VSTS unit testing framework to write integration tests. The difference though, comes from the point of view that the test methods will not substitute in mocks for the dependencies, allowing the tests to run end-to-end testing a module/function of code right through.
 http://quickduck.com/blog/2008/02/18/unit-testing-mocking-and-dependency-injection/