Search results for code coverage tools



Coverage tools are used to test the structure/logic/code of a program. It acess source code of a program and identify the suitable criteria first need ...
Statement Coverage - Technique to execute all statements atleast onece Decison coverage - Technique to execute all decision atleast once Condition cov ...