Software Testing Tutorial #12 – What is Unit Testing/Component Testing

In this Software Testing Tutorial, we will learn what is unit testing or also known as component testing. Testing the smallest independent unit or component of software is known as Unit testing and mostly done by developers.

Once you integrate any of the components/units and test the combined part as one then that becomes component integration testing.