I have a project and I used ms access as my database in my c# code. How will I do the unit tests for that part of the code?
Asked
Active
Viewed 181 times
0
-
1By creating a connection to the database and running the queries? Its unclear what you are asking, why do you have concerns about unit testing with MS Access? – Ron Beyer Sep 25 '15 at 20:38
-
1I recommend you to read this SO-post http://stackoverflow.com/questions/15000908/ways-of-unit-testing-data-access-layer – asdev Sep 26 '15 at 08:12