Click here to Skip to main content
15,891,529 members
Articles / Test automation

Integration Testing of a .NET Core Application with a Database Dependency

Rate me:
Please Sign up or sign in to vote.
3.78/5 (4 votes)
10 May 2020CPOL4 min read 12.3K   5  
The test problems you face when having a database dependency and how to resolve these problems
The problems that exists with .NET Core database tests are briefly explained. Subsequently, a solution is explained with concrete code examples available on GitHub.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
Netherlands Netherlands
I am a self-employed software engineer working on .NET Core. I love TDD.

Comments and Discussions