InterviewSolution
Saved Bookmarks
| 1. |
Define code coverage. What are the different types of code coverages? |
|
Answer» The extent to which the SOURCE code is UNIT tested is called coverage. There are THREE types of coverage TECHNIQUES, they are:
|
|