Levels of Testing
1. Unit Testing Unit testing is a procedure used to validate that a particular module of source code is working properly. The procedure is to write test cases for all functions and methods so that whenever a change causes a regression, it can be quickly identified and fixed Benefits The goal of unit testing is […]