9781617290893-1617290890-The Art of Unit Testing: with examples in C#

The Art of Unit Testing: with examples in C#

ISBN-13: 9781617290893
ISBN-10: 1617290890
Edition: Second
Author: Roy Osherove
Publication date: 2013
Publisher: Manning Publications
Format: Paperback 296 pages
FREE US shipping
Buy

From $12.22

Book details

ISBN-13: 9781617290893
ISBN-10: 1617290890
Edition: Second
Author: Roy Osherove
Publication date: 2013
Publisher: Manning Publications
Format: Paperback 296 pages

Summary

The Art of Unit Testing: with examples in C# (ISBN-13: 9781617290893 and ISBN-10: 1617290890), written by authors Roy Osherove, was published by Manning Publications in 2013. With an overall rating of 3.7 stars, it's a notable title among other Business Technology (Java, Programming Languages, C#) books. You can easily purchase or rent The Art of Unit Testing: with examples in C# (Paperback, Used) from BooksRun, along with many other new and used Business Technology books and textbooks. And, if you're looking to sell your copy, our current buyback offer is $1.18.

Description

Summary

The Art of Unit Testing, Second Edition guides you step by step from writing your first simple tests to developing robust test sets that are maintainable, readable, and trustworthy. You'll master the foundational ideas and quickly move to high-value subjects like mocks, stubs, and isolation, including frameworks such as Moq, FakeItEasy, and Typemock Isolator. You'll explore test patterns and organization, working with legacy code, and even "untestable" code. Along the way, you'll learn about integration testing and techniques and tools for testing databases and other technologies.

About this Book

You know you should be unit testing, so why aren't you doing it? If you're new to unit testing, if you find unit testing tedious, or if you're just not getting enough payoff for the effort you put into it, keep reading.

The Art of Unit Testing, Second Edition guides you step by step from writing your first simple unit tests to building complete test sets that are maintainable, readable, and trustworthy. You'll move quickly to more complicated subjects like mocks and stubs, while learning to use isolation (mocking) frameworks like Moq, FakeItEasy, and Typemock Isolator. You'll explore test patterns and organization, refactor code applications, and learn how to test "untestable" code. Along the way, you'll learn about integration testing and techniques for testing with databases.

The examples in the book use C#, but will benefit anyone using a statically typed language such as Java or C++.

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

What's Inside
  • Create readable, maintainable, trustworthy tests
  • Fakes, stubs, mock objects, and isolation (mocking) frameworks
  • Simple dependency injection techniques
  • Refactoring legacy code

About the Author

Roy Osherove has been coding for over 15 years, and he consults and trains teams worldwide on the gentle art of unit testing and test-driven development. His blog is at ArtOfUnitTesting.com.

Table of Contents
    PART 1 GETTING STARTED
    1. The basics of unit testing
    2. A first unit test
    3. PART 2 CORE TECHNIQUES
    4. Using stubs to break dependencies
    5. Interaction testing using mock objects
    6. Isolation (mocking) frameworks
    7. Digging deeper into isolation frameworks
    8. PART 3 THE TEST CODE
    9. Test hierarchies and organization
    10. The pillars of good unit tests
    11. PART 4 DESIGN AND PROCESS
    12. Integrating unit testing into the organization
    13. Working with legacy code
    14. Design and testability
Rate this book Rate this book

We would LOVE it if you could help us and other readers by reviewing the book