5
votes

Integration Testing Your ASP.NET MVC Application « Steve Sanderson’s blog

published 300 days, 42 minutes ago posted by MicrosoftMicrosoft 305 days, 1 hour, 48 minutes ago
Saturday, October 03, 2009 9:40:20 AM GMT Monday, September 28, 2009 8:34:03 AM GMT

Let’s start with a quick recap:Unit tests test individual software components. They supply mocks or fake versions of dependencies (such as a database) so that the unit test doesn’t rely on any external code and any failures can be pinpointed exactly. Unit testing is central to Test Driven Development – the entire TDD process is driven by unit testing.Integration tests test your entire software stack working together. These tests don’t mock or fake anything (they use the real database, and real network co...

category: ASP.NET | clicked: 1 | | source: blog.codeville.net | show counter code
tags: ASP.NET, ASP.NET MVC, MVC, TDD

No comments yet, be the first one to post comment.

To post your comment please login or signup