Google News
logo
Software Testing - Interview Questions
How is Code coverage different from Functional coverage?
The key difference between code coverage and functional coverage are :

Code Coverage Functional Coverage
It validates the functionality of the source code It tests the functionality of design
Works on different design specifications It works on a single design specification
Advertisement