Description: www.softwaretestingvideos.com "Visit for FREE complete video training" Get Software Testing Jobs just watching these Videos Unit Testing is a test that validates the individual units of source code are working properly. A unit is the smallest testable part of an application. The goal of unit testing is to isolate each part of the program and show that the individual parts are correct. Steps for Effective Unit Testing: 1)Documentation 2)What should be tested when Unit Testing 3)Automate where Necessary