Sunday 20 January 2013

What is unit test in software testing


Definition of Unit Testing

Unit testing is a testing process in which the smallest testable part or a unit of an application, are tested independently and individually to verify that specific unit is working fine as per requirement or not.
Generally software developers have to do Unit testing when they develop smallest part of an application. After development of specific unit of an application, developer check and verify that how behaves new developed unit independently. If there is any error or bug then they have to solve it in first stage.

No comments:

Post a Comment