My Talks

From zero to 1000 tests in 6 months

The last talk I’ve done is “From zero to 1000 tests in 6 months” in a local Aberdeen .Net Developer User Group

Here are the slides From zero to 1000 tests In 6 months

I did promise some examples of complex tests with reflection. Here they are:

  1. Test your constructors to be simple
  2. Faking HTTP Context for your unit tests
  3. Test Your IoC Container
  4. Autofixture and Moq to test Entity Framework project
  5. Generally you can find my blog-posts about testing under “testing” tag

CQRS Architecture