A brief overview of unit tests
UNIT TESTING Unit testing is the process in which tiny testable parts of a program, referred to as units,are independently tested for expected functionality It could be either automated or manually done There is a lot of different approaches to testing an application Different kinds of Test Approaches -Acceptance testing … Read More »