Reputation: 31
How to Work with Nunits(unit testing) using Dataaccess layer and connection string from config file?
Upvotes: 3
Views: 273
Reputation: 233172
Integration testing of databases from NUnit and any other unit testing framework is a topic that comes up from time to time. I've written about it several times, most recently here: http://blogs.msdn.com/b/ploeh/archive/2008/01/31/dataaccesscomponenttestingredux.aspx
Upvotes: 2