eyJzZW9fZGF0YSI6eyJtZXRhX3RpdGxlIjoiQ29tcG9uZW50IFRlc3RlcnMgfCBKdWFsIHwgSGFyZ2EgfCBNdXJhaCB8IFByaWNlIHwgSW5kb211bHRpbWV0ZXIuY29tIn19
Component Testers
Component testing, also known as program or module testing, is done after unit testing. In this type of testing those test objects can be tested independently as a component without integrating with other components e.g. modules, classes, objects, and programs. This testing is done by the development team.