How to work with Nunits using the Dataaccess layer and using the connection string from the configuration file?

How to work with Nunits (unit testing) using the Dataaccess level and the connection string from the configuration file?

+3
source share
1 answer

Integration testing of databases from NUnit and any other structural testing modules is a topic that arises from time to time. I wrote about this several times, most recently: http://blogs.msdn.com/b/ploeh/archive/2008/01/31/dataaccesscomponenttestingredux.aspx

+2
source

All Articles