Using NCover for Silverlight 3

Using NCover for Silverlight 3

Hi,

I am trying to test the coverage of Silverlight Applications using NCover. From FAQ i have learnt that we need to run the Silverlight app out of the browser but still i am not abe to run the coverage on it. Can you please tell me if i m missing on something here. any details or steps on using NCover for Silverlight apps will be highly appreciated.

Thanks in advance, Nyk


RE: Using NCover for Silverlight 3

At present we don't support code coverage on silverlight apps running within Silverlight's runtime, because up until recently there was no way for NCover to hook into the runtime. You can, though, run unit tests on segments of your code, like your libraries, etc. on one of the standard .NET runtimes and NCover can record coverage for those tests.