Code Coverage – Types of Code Coverage

preview_player
Показать описание
Part 1 of Presentation on Code Coverage - Measurement with winIDEA & BlueBox Tools

Why measure Code Coverage?
To see how thoroughly your application has been tested. It helps you find areas of a program not executed by a set of test cases, indicating some code could still contain critical errors.

In this video you’ll get an overview of different types of Code Coverage metrics available in winIDEA Analyzer:

- Statement coverage
- Functions coverage
- Call coverage
- Branch coverage
- Decision coverage
Рекомендации по теме