Define Unit test and explain about it.
Answers
Answered by
0
UNIT TESTING is a level of software testingwhere individual units/ components of a software are tested. ... A unit is the smallest testable part of any software. It usually has one or a few inputs and usually a single output. In procedural programming, a unitmay be an individual program, function, procedure, etc.
Similar questions