Unit Testing Books

Showing 1-22 of 22
Working Effectively with Legacy Code Working Effectively with Legacy Code (Paperback)
by (shelved 7 times as unit-testing)
avg rating 4.14 — 4,678 ratings — published 2004
Rate this book
Clear rating
Test-Driven Development: By Example Test-Driven Development: By Example (Paperback)
by (shelved 6 times as unit-testing)
avg rating 4.10 — 4,405 ratings — published 2002
Rate this book
Clear rating
xUnit Test Patterns: Refactoring Test Code xUnit Test Patterns: Refactoring Test Code (Hardcover)
by (shelved 6 times as unit-testing)
avg rating 3.95 — 689 ratings — published 2003
Rate this book
Clear rating
Unit Testing: Principles, Practices, and Patterns Unit Testing: Principles, Practices, and Patterns (Paperback)
by (shelved 5 times as unit-testing)
avg rating 4.57 — 599 ratings — published
Rate this book
Clear rating
The Art of Unit Testing: With Examples in .NET The Art of Unit Testing: With Examples in .NET (Paperback)
by (shelved 5 times as unit-testing)
avg rating 4.09 — 1,415 ratings — published 2009
Rate this book
Clear rating
Working Effectively with Unit Tests Working Effectively with Unit Tests (ebook)
by (shelved 4 times as unit-testing)
avg rating 3.99 — 178 ratings — published 2014
Rate this book
Clear rating
Pragmatic Unit Testing in Java with JUnit Pragmatic Unit Testing in Java with JUnit (Paperback)
by (shelved 4 times as unit-testing)
avg rating 3.66 — 274 ratings — published 2003
Rate this book
Clear rating
Growing Object-Oriented Software, Guided by Tests Growing Object-Oriented Software, Guided by Tests (Paperback)
by (shelved 3 times as unit-testing)
avg rating 4.19 — 2,464 ratings — published 2009
Rate this book
Clear rating
iOS Unit Testing by Example iOS Unit Testing by Example (Paperback)
by (shelved 2 times as unit-testing)
avg rating 4.47 — 43 ratings — published
Rate this book
Clear rating
Pragmatic Unit Testing in C# with NUnit Pragmatic Unit Testing in C# with NUnit (Paperback)
by (shelved 2 times as unit-testing)
avg rating 3.70 — 155 ratings — published 2004
Rate this book
Clear rating
Rate this book
Clear rating
BDD in Action: Behavior-driven development for the whole software lifecycle BDD in Action: Behavior-driven development for the whole software lifecycle (Paperback)
by (shelved 1 time as unit-testing)
avg rating 4.07 — 207 ratings — published 2014
Rate this book
Clear rating
Rate this book
Clear rating
PHPUnit Essentials PHPUnit Essentials (Kindle Edition)
by (shelved 1 time as unit-testing)
avg rating 4.12 — 8 ratings — published 2014
Rate this book
Clear rating
JUnit in Action, Third Edition JUnit in Action, Third Edition (Paperback)
by (shelved 1 time as unit-testing)
avg rating 3.42 — 31 ratings — published
Rate this book
Clear rating
Test Driven: Practical TDD and Acceptance TDD for Java Developers Test Driven: Practical TDD and Acceptance TDD for Java Developers (Paperback)
by (shelved 1 time as unit-testing)
avg rating 3.84 — 164 ratings — published 2007
Rate this book
Clear rating
Starting to Unit Test: Not as Hard as You Think Starting to Unit Test: Not as Hard as You Think (Kindle Edition)
by (shelved 1 time as unit-testing)
avg rating 4.27 — 78 ratings — published 2014
Rate this book
Clear rating
Effective Unit Testing Effective Unit Testing (ebook)
by (shelved 1 time as unit-testing)
avg rating 3.80 — 118 ratings — published 2012
Rate this book
Clear rating
Developer Testing: Building Quality into Software (Addison-Wesley Signature Series (Cohn)) Developer Testing: Building Quality into Software (Addison-Wesley Signature Series (Cohn))
by (shelved 1 time as unit-testing)
avg rating 3.94 — 65 ratings — published 2015
Rate this book
Clear rating
Mockito for Spring Mockito for Spring (Kindle Edition)
by (shelved 1 time as unit-testing)
avg rating 3.00 — 9 ratings — published 2015
Rate this book
Clear rating
Agile in a Flash: Speed-Learning Agile Software Development Agile in a Flash: Speed-Learning Agile Software Development (Paperback)
by (shelved 1 time as unit-testing)
avg rating 3.79 — 89 ratings — published 2011
Rate this book
Clear rating
JavaScript Unit Testing JavaScript Unit Testing (Paperback)
by (shelved 1 time as unit-testing)
avg rating 3.25 — 20 ratings — published 2012
Rate this book
Clear rating


Jordan Ellenberg
“Недостатньо того, щоб дані узгоджувалися з вашою теорією; вони мусять не узгоджуватися із запереченням вашої теорії”
Jordan Ellenberg, How Not to Be Wrong: The Power of Mathematical Thinking

Vladimir Khorikov
“Tests shouldn’t verify units of code. Instead they should verify units of behavior: something that is meaningful for the problem domain and ideally something that a business person can recognize as useful. The number of classes it takes to implement such a unit of behavior is irrelevant. The unit could span across multiple classes or only one class, or even take up just a tiny method. [...] A test should tell a story about the problem your code helps to share, and this story should be cohesive and meaningful to a non-programmer.”
Vladimir Khorikov, Unit Testing: Principles, Practices, and Patterns

More quotes...