Domain Driven Design with Web API revisited Part 12: testing the load testing database context
September 14, 2015 Leave a comment
Introduction
In the previous post we created our data store using EF code-first techniques. We also tested our overall database context by running a number of test queries to view and insert a couple of database objects.
We’re done with the data store but we’re not done with our load test context yet. Recall that the load test bounded context has its own well defined database context which is somewhat reduced compared to the full context. We need to test how it works.