ssv
ssv

Reputation: 31

How to Work with Nunits using Dataaccess layer and taking connection string from config file?

How to Work with Nunits(unit testing) using Dataaccess layer and connection string from config file?

Upvotes: 3

Views: 273

Answers (1)

Mark Seemann
Mark Seemann

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

Related Questions