null
Loading... Please wait...
FREE SHIPPING on All Unbranded Items LEARN MORE
Print This Page

Unit Testing Principles, Practices, and Patterns

List Price: $49.99
SKU:
9781617296277
Quantity:
Minimum Purchase
25 unit(s)
  • Availability: Confirm prior to ordering
  • Branding: minimum 50 pieces (add’l costs below)
  • Check Freight Rates (branded products only)

Branding Options (v), Availability & Lead Times

  • 1-Color Imprint: $2.00 ea.
  • Promo-Page Insert: $2.50 ea. (full-color printed, single-sided page)
  • Belly-Band Wrap: $2.50 ea. (full-color printed)
  • Set-Up Charge: $45 per decoration
FULL DETAILS
  • Availability: Product availability changes daily, so please confirm your quantity is available prior to placing an order.
  • Branded Products: allow 10 business days from proof approval for production. Branding options may be limited or unavailable based on product design or cover artwork.
  • Unbranded Products: allow 3-5 business days for shipping. All Unbranded items receive FREE ground shipping in the US. Inquire for international shipping.
  • RETURNS/CANCELLATIONS: All orders, branded or unbranded, are NON-CANCELLABLE and NON-RETURNABLE once a purchase order has been received.
  • Product Details

    Author:
    Vladimir Khorikov
    Format:
    Paperback
    Pages:
    304
    Publisher:
    Manning (January 14, 2020)
    Language:
    English
    ISBN-13:
    9781617296277
    ISBN-10:
    1617296279
    Weight:
    18.4oz
    Dimensions:
    7.38" x 9.25" x 0.7"
    File:
    Eloquence-SimonSchuster_05022026_P10038138_onix30_Complete-20260502.xml
    Folder:
    Eloquence
    List Price:
    $49.99
    Case Pack:
    22
    As low as:
    $44.99
    Publisher Identifier:
    P-SS
    Discount Code:
    G
    Pub Discount:
    37
    Imprint:
    Manning
  • Overview

    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

    Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.

    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.

    About the Author

    Vladimir 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 PICTURE

    1 ¦ The goal of unit testing
    2 ¦ What is a unit test?
    3 ¦ The anatomy of a unit test

    PART 2 MAKING YOUR TESTS WORK FOR YOU

    4 ¦ The four pillars of a good unit test
    5 ¦ Mocks and test fragility
    6 ¦ Styles of unit testing
    7 ¦ Refactoring toward valuable unit tests

    PART 3 INTEGRATION TESTING

    8 ¦ Why integration testing?
    9 ¦ Mocking best practices
    10 ¦ Testing the database

    PART 4 UNIT TESTING ANTI-PATTERNS

    11 ¦ Unit testing anti-patterns