Skip to main content
added 111 characters in body
Source Link
Steven A. Lowe
  • 33.8k
  • 2
  • 87
  • 151

All excellent answers. I would only add that unit testing tends to regard the 'unit' as a small component, while TDD scales up to include integration and acceptance tests.

(Some TDD variants regard the 'unit' as the smallest incremental step towards the desired functionality...)

All excellent answers. I would only add that unit testing tends to regard the 'unit' as a small component, while TDD scales up to include integration and acceptance tests.

All excellent answers. I would only add that unit testing tends to regard the 'unit' as a small component, while TDD scales up to include integration and acceptance tests.

(Some TDD variants regard the 'unit' as the smallest incremental step towards the desired functionality...)

Source Link
Steven A. Lowe
  • 33.8k
  • 2
  • 87
  • 151

All excellent answers. I would only add that unit testing tends to regard the 'unit' as a small component, while TDD scales up to include integration and acceptance tests.