NimblePros

Series: Testing-Techniques

5 posts in this series

  1. Testing-Techniques
    October 27, 2023 #Software development

    When building objects in tests, there are 3 design patterns that assist with building test objects - Factory pattern, Object Mother, and Builder pattern.

  2. Testing-Techniques
    December 01, 2023 #Software development

    A walkthrough of how to use AutoFixture to generate test data and how it can help you write better tests.

  3. Testing-Techniques
    December 12, 2023 #Software development

    Using the Bogus library to create realistic test data for domain-driven applications.

  4. Testing-Techniques
    February 14, 2024 #Software development

    Bogus and the Builder pattern join forces to simplify test data generation and improve the quality of your test suite.

  5. Testing-Techniques
    December 19, 2025 #Software development

    In this post, Sadukie breaks down some concepts seen in testing that can get muddled - test doubles, fakes, stubs, mocks, and spies.