Community

Understanding Unit and NUnit Testing

(Vishal Nayan) From Wikipedia: A unit is a piece of code or usually method that invokes another piece of code and checks the correctness of some assumptions afterward. If the assumptions turn out to be wrong, the unit test has failed. A unit test is a method or function.

Read More - Register for Free Membership