30 likes | 46 Vues
* Statement Coverage-ensure that each line of code is tested.<br> * Branch Coverage-ensure that each branch (for example, true or false) is tested.<br> * Path coverage-make sure that all possible paths are tested.<br>
E N D