NoSQL
MongoDB Berlin: Software Tests with MongoDB
On 25, Feb. 2013 | inNoSQL | vonJohannes Hoppe
Quality matters. That’s why we write software tests. They give us confidence to release complex business applications. In a schema-free world they are going to be our escape rope! This talk introduces some Unit Testing principles and separates them from Integration Tests. We will see how other databases solve common problems and how we can archive the same with MongoDB.
Some links that were mentioned:
- Mongo2Go (.NET wrapper around MongoDB)
- WebNoteSinglePage (sample app that uses an embedded MongoDB)
- WebNoteNoSQL (sample app showing MongoDB, Redis, RavenDB)