A walkthrough of how to use AutoFixture to generate test data and how it can help you write better tests.| blog.nimblepros.com
When building objects in tests, there are 3 design patterns that assist with building test objects - Factory pattern, Object Mother, and Builder pattern.| blog.nimblepros.com