Pages

Sunday, April 18, 2010

Unit Test

A unit test is a method used to verify that a small unit of source code is working properly. Unit tests should be independent of external resources such as databases and files. A unit is generally considered a method.

No comments:

Post a Comment