Code coverage is a process to find the extent to which the program code has been tested.It is a form of White box testing as it involves testing of the code/logic/path/conditions of the program.
Code coverage is a process to find the extent to which the program code has been tested.It is a form of White box testing as it involves testing of the code/logic/path/conditions of the program.