http://www.hitex.com/pdf/articles/IQ_Hitex_Automated.pdf
Unit tests remove test complexity.
Unit testing isolates a single function from the set of all functions of the application and rigorously tests this function(or unit).
Rigorous means to comprise input data, that may be unexpected by the unit under test.
Isolation from the rest of the application can be achieved by direclty calling the unit under test and replacing the calls to other functions by stub functions.
'Papers > Unit Testing' 카테고리의 다른 글
Efficient Unit Test Case Minimization (0) | 2008.08.02 |
---|---|
What is a fixture? (0) | 2008.08.02 |
The reasons why testing by developers is very important (0) | 2007.12.07 |
How Unit Tests Help Developers (0) | 2007.06.16 |
Why Bother to Unit Test? Executive Summary (0) | 2007.06.16 |