Integration Testing with MongoDB with MongoDB.Testing Library

Considering the applications we produce today (small, targeted, "micro" applications), I value integration tests way more than unit tests (along with acceptance tests). They provide much more realistic testing on your application with the only downside of being hard to pinpoint which part of your code is the problem when you have failures. I have been writing integration tests for the .NET based HTTP applications which use MongoDB as the data storage system on same parts and I pulled out a he...

 •  0 comments  •  flag
Share on Twitter
Published on December 05, 2015 16:49
No comments have been added yet.