Tags
Language
Tags
July 2025
Su Mo Tu We Th Fr Sa
29 30 1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31 1 2
    Attention❗ To save your time, in order to download anything on this site, you must be registered 👉 HERE. If you do not have a registration yet, it is better to do it right away. ✌

    ( • )( • ) ( ͡⚆ ͜ʖ ͡⚆ ) (‿ˠ‿)
    SpicyMags.xyz

    Unit Testing Principles, Practices, and Patterns

    Posted By: IrGens
    Unit Testing Principles, Practices, and Patterns

    Unit Testing Principles, Practices, and Patterns: Effective testing styles, patterns, and reliable automation for unit testing, mocking, and integration testing with examples in C# by Vladimir Khorikov
    English | January 14, 2020 | ISBN: 1617296279 | True EPUB/PDF | 304 pages | 2.9/3 MB

    Radically improve your testing practice and software quality with new testing styles, good patterns, and reliable automation.

    Key Features

    • A practical and results-driven approach to unit testing
    • Refine your existing unit tests by implementing modern best practices
    • Learn the four pillars of a good unit test
    • Safely automate your testing process to save time and money
    • Spot which tests need refactoring, and which need to be deleted entirely

    About The Book

    Great testing practices maximize your project quality and delivery speed by identifying bad code early in the development process. Wrong tests will break your code, multiply bugs, and increase time and costs. You owe it to yourself—and your projects—to learn how to do excellent unit testing.

    Unit Testing Principles, Patterns and Practices teaches you to design and write tests that target key areas of your code including the domain model. In this clearly written guide, you learn to develop professional-quality tests and test suites and integrate testing throughout the application life cycle. As you adopt a testing mindset, you’ll be amazed at how better tests cause you to write better code.

    What You Will Learn

    • Universal guidelines to assess any unit test
    • Testing to identify and avoid anti-patterns
    • Refactoring tests along with the production code
    • Using integration tests to verify the whole system

    This Book Is Written For

    For readers who know the basics of unit testing. Examples are written in C# and can easily be applied to any language.