Friday, March 11, 2016

Database Integration Tests with Entity Framework

If you are using Entity Framework and want to use Database Integration tests as part of your test suite, then you will want to definitely check out this article: http://tech.trailmax.info/2014/03/how-we-do-database-integration-tests-with-entity-framework-migrations/

It provides insight on how to seed data into your database and then ensure that the data is subsequently rolled back out of the database!

No comments:

Post a Comment