Radically improve your testing practice and software quality with new testing styles, good patterns, and reliable automation.Key FeaturesA practical and results-driven approach to unit testingRefine your existing unit tests by implementing modern best practicesLearn the four pillars of a good unit testSafely automate your testing process to save time and moneySpot which tests need refactoring, and which need to be deleted entirelyPurchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.About The BookGreat 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 LearnUniversal guidelines to assess any unit testTesting to identify and avoid anti-patternsRefactoring tests along with the production codeUsing integration tests to verify the whole systemThis Book Is Written ForFor readers who know the basics of unit testing. Examples are written in C# and can easily be applied to any language.About the AuthorVladimir Khorikov is an author, blogger, and Microsoft MVP. He has mentored numerous teams on the ins and outs of unit testing. Table of Contents:PART 1 THE BIGGER PICTURE1. The goal of unit testing2. What is a unit test?3. The anatomy of a unit testPART 2 MAKING YOUR TESTS WORK FOR YOU4. The four pillars of a good unit test5. Mocks and test fragility6. Styles of unit testing7. Refactoring toward valuable unit testsPART 3 INTEGRATION TESTING8. Why integration testing?9. Mocking best practices10. Testing the databasePART 4 UNIT TESTING ANTI-PATTERNS11. Unit testing anti-patterns