1
Reply

What is unit testing?

Bhasker Das

Bhasker Das

Jul 13, 2006
6.5k
0

    Unit testing :-the most ‘micro’ scale of testing; to test particular functions or code modules. Typically done by the programmer and not by testers, as it requires detailed knowledge of the internal program design and code. Not always easily done unless the application has a well-designed architecture with tight code; may require developing test driver modules or test harnesses

    Bhasker Das
    July 13, 2006
    0