Legacy code refactoring made easier with characterization tests. Using Verify and Bogus, capture current behavior efficiently, enabling confident code improvements with less manual effort.| blog.nimblepros.com
Using the Bogus library to create realistic test data for domain-driven applications.| 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