The Art of Unit Testing: with Examples in .NET (Paperback)

Roy Osherove

  • 出版商: Manning
  • 出版日期: 2009-07-08
  • 售價: $1,610
  • 貴賓價: 9.5$1,530
  • 語言: 英文
  • 頁數: 320
  • 裝訂: Paperback
  • ISBN: 1933988274
  • ISBN-13: 9781933988276
  • 相關分類: .NET軟體測試Unit Test 單元測試
  • 已過版

買這商品的人也買了...

相關主題

商品描述

Description

Unit testing, done right, can mean the diff erence between a failed project and a successful one, between a maintainable code base and a code base that no one dares touch, and between getting home at 2 AM or getting home in time for dinner, even before a release deadline.

The Art of Unit Testing builds on top of what's already been written about this important topic. It guides you step by step from simple tests to tests that are maintainable, readable, and trustworthy. It covers advanced subjects like mocks, stubs, and frameworks such as Typemock Isolator and Rhino Mocks. And you'll learn about advanced test patterns and organization, working with legacy code and even untestable code. The book discusses tools you need when testing databases and other technologies. It's written for .NET developers but others will also benefit from this book.

Table of Contents

    1. The basics of unit testing
    2. A first unit test
    3. Using stubs to break dependencies
    4. Interaction testing using mock objects
    5. Isolation (mock object) frameworks
    6. Test hierarchies and organization
    7. The pillars of good tests
    8. Integrating unit testing into the organization
    9. Working with legacy code