Book description
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 the Technology
About the 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.
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 Reader
The examples in the book use C#, but will benefit anyone using a statically typed language such as Java or C++.
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.
Quotes
This book is something special. The chapters build on each other to a startling accumulation of depth. Get ready for a treat.
- From the Foreword by Robert C. Martin, cleancoder.com
The best way to learn unit testing from what is now a classic in the field.
- Raphael Faria, LG Electronics
Teaches you the philosophy as well as the nuts and bolts for effective unit testing.
- Pradeep Chellappan, Microsof
When my team members ask me how to write unit tests the right way, I simply answer: Get this book!
- Alessandro Campeis, Vimar SpA
The single best resource on unit testing.
- Kaleb Pederson, Next IT Corporation
Publisher resources
Table of contents
- Copyright
- Brief Table of Contents
- Table of Contents
- Foreword to the Second Edition
- Foreword to the First Edition
- Preface
- Acknowledgments
- About this Book
- About the Cover Illustration
- Part 1. Getting started
- Part 2. Core techniques
- Part 3. The test code
- Part 4. Design and process
- Appendix. Tools and frameworks
- Index
- List of Figures
- List of Tables
- List of Listings
Product information
- Title: The Art of Unit Testing, Second Edition
- Author(s):
- Release date: November 2013
- Publisher(s): Manning Publications
- ISBN: 9781617290893
You might also like
book
The Art of Unit Testing
Unit testing, done right, can mean the difference between a failed project and a successful one, …
book
Unit Testing Principles, Practices, and Patterns
Unit Testing Principles, Patterns and Practices shows you how to refine your existing unit tests by …
book
Test Driven Development: By Example
Quite simply, test-driven development is meant to eliminate fear in application development. While some fear is …
book
The Art of Clean Code
Most software developers waste thousands of hours working with overly complex code. The eight core principles …