The Test Driven Development (TDD) is a software engineering practice that requires unit tests to be written before the code they are supposed to validate. Coming from the Agile world in which it is a basic practice of the Extreme programming (XP) method, TDD is nowadays recognized as a discipline in its own right that […]
Tag: TDD
Discover the 7 Best Books to develop effective Java Unit Tests
The importance of Unit Tests in the world of IT development is clearly well established. For developers who still have doubts about the subject, I believe that the selection of books I will present in this article will prove to be a turning point in their careers. Indeed, Unit Tests must be the best friends […]