Where he blogs about his eclipse musings
Posts tagged code coverage
Code Coverage And Functional Tests
Aug 26th
I am often asked this rather perilous question:
How do I view code coverage for my functional tests?
Short answer:
Here’s how…. However, use it only for figuring out what functionality is not covered, not as a workaround for not having enough unit and integrations.
Having to use functional tests to determine percentage of code coverage is IMO a bad smell, avoid as much as possible.