Neha Patil (Editor)

Test Driven Development by Example

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit
Originally published
  
2000

Author
  
Kent Beck

Test-Driven Development by Example t2gstaticcomimagesqtbnANd9GcTSvAoeV4DTvrfgq3

Similar
  
Kent Beck books, Software Testing books, Other books

Test Driven Development: By Example is a book about a software development technique by Kent Beck.

Beck's concept of test-driven development centers on two basic rules:

  1. Never write a single line of code unless you have a failing automated test.
  2. Eliminate duplication.

The book illustrates the use of unit testing as part of the methodology, including examples in Java and Python. One section includes using test-driven development to develop a unit testing framework.

References

Test-Driven Development by Example Wikipedia