What is unit level testing ?

 Posted by Vivek.Ramapuram on 9/22/2015 | Category: QA (Testing) Interview questions | Views: 1659 | Points: 40
Answer:

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.


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response