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?
-
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– Ron Beyer2015-09-25 20:38:43 +00:00Commented Sep 25, 2015 at 20:38
-
1I recommend you to read this SO-post stackoverflow.com/questions/15000908/…asdev– asdev2015-09-26 08:12:35 +00:00Commented Sep 26, 2015 at 8:12
Add a comment
|