Ketan's Musings

Where he blogs about his eclipse musings

Code Coverage And Functional Tests

with 4 comments

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.

Written by Ketan

August 26th, 2009 at 9:34 am