Unit Testing Books
Showing 1-22 of 22
Working Effectively with Legacy Code (Paperback)
by (shelved 7 times as unit-testing)
avg rating 4.14 — 4,678 ratings — published 2004
Test-Driven Development: By Example (Paperback)
by (shelved 6 times as unit-testing)
avg rating 4.10 — 4,405 ratings — published 2002
xUnit Test Patterns: Refactoring Test Code (Hardcover)
by (shelved 6 times as unit-testing)
avg rating 3.95 — 689 ratings — published 2003
Unit Testing: Principles, Practices, and Patterns (Paperback)
by (shelved 5 times as unit-testing)
avg rating 4.57 — 599 ratings — published
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
Working Effectively with Unit Tests (ebook)
by (shelved 4 times as unit-testing)
avg rating 3.99 — 178 ratings — published 2014
Pragmatic Unit Testing in Java with JUnit (Paperback)
by (shelved 4 times as unit-testing)
avg rating 3.66 — 274 ratings — published 2003
Growing Object-Oriented Software, Guided by Tests (Paperback)
by (shelved 3 times as unit-testing)
avg rating 4.19 — 2,464 ratings — published 2009
iOS Unit Testing by Example (Paperback)
by (shelved 2 times as unit-testing)
avg rating 4.47 — 43 ratings — published
Pragmatic Unit Testing in C# with NUnit (Paperback)
by (shelved 2 times as unit-testing)
avg rating 3.70 — 155 ratings — published 2004
Чистый код: создание, анализ и рефакторинг (Библиотека программиста) (Russian Edition)
by (shelved 1 time as unit-testing)
avg rating 3.92 — 24 ratings — published
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
Test-Driven Development with Java: Create higher-quality software by writing tests first with SOLID and hexagonal architecture (Paperback)
by (shelved 1 time as unit-testing)
avg rating 4.62 — 8 ratings — published
PHPUnit Essentials (Kindle Edition)
by (shelved 1 time as unit-testing)
avg rating 4.12 — 8 ratings — published 2014
JUnit in Action, Third Edition (Paperback)
by (shelved 1 time as unit-testing)
avg rating 3.42 — 31 ratings — published
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
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
Effective Unit Testing (ebook)
by (shelved 1 time as unit-testing)
avg rating 3.80 — 118 ratings — published 2012
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
Mockito for Spring (Kindle Edition)
by (shelved 1 time as unit-testing)
avg rating 3.00 — 9 ratings — published 2015
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
JavaScript Unit Testing (Paperback)
by (shelved 1 time as unit-testing)
avg rating 3.25 — 20 ratings — published 2012
“Недостатньо того, щоб дані узгоджувалися з вашою теорією; вони мусять не узгоджуватися із запереченням вашої теорії”
― How Not to Be Wrong: The Power of Mathematical Thinking
― How Not to Be Wrong: The Power of Mathematical Thinking
“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.”
― Unit Testing: Principles, Practices, and Patterns
― Unit Testing: Principles, Practices, and Patterns
