By CodeJustin
via softwareengineeringexplored.blogspot.com
Submitted: Jul 05 2009 / 01:20
Unit is an atomic entity of any program which performs a specific task and can be tested independently (well almost). To test that unit of a program for its correct functionality is called as unit testing.
For unit tests we have to write unit test cases. Developer themselves write unit test cases for their unit and run those against developed units. Typically, a unit test can be divided into three parts.
Tweet
SaveShareSend
Tags: methodology
Add your comment