12

Are there any studies on the relationship between software testing practices (unit and/or integration tests) and developer productivity?

Mike Partridge
  • 6,587
  • 1
  • 25
  • 39
Matthew
  • 221
  • 1
  • 3

1 Answers1

6

Making Software: What Really Works, and Why We Believe It has a chapter on TDD (now TDD is not what you were asking for, but this is the only credible book I know of to mention unit-testing in any shape or form).

enter image description here

Anton Gogolev
  • 1,447
  • 2
  • 15
  • 23