Is there any way to get Code Coverage metrics for Silverlight 4? I have been trying to get this up and running for some time.
For a while there was code coverage in the Silverlight Unit Test Framework, but to my understanding it is now broken.
Any ideas on how I can pull off some code coverage metrics in my application?
We use ncover for measuring code coverage for our Silverlight 3 code. We use nunit testing framework. We have found ncover to be very useful along with ncover explorer which precisely points out the section of code which isn’t covered by unit tests. They have a free 21-day trial edition.