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:
- Test your constructors to be simple
- Faking HTTP Context for your unit tests
- Test Your IoC Container
- Autofixture and Moq to test Entity Framework project
- Generally you can find my blog-posts about testing under “testing” tag