April 2014
Beginner to intermediate
634 pages
15h 22m
English
High-quality programs have automated tests. We need to use everything at our disposal to be sure that our software works. The golden rule is this: to be deliverable, the feature must have a unit test.
Without an automated unit test, the feature cannot be trusted to work and should not be used. According to Kent Beck, in Extreme Programming Explained:
"Any program feature without an automated test simply doesn't exist."
There are two essential points regarding the automated testing of program features:
Read now
Unlock full access