Code Coverage analysis for .NET Compact Framework 2.0

382 views Asked by At

Is there any Recommended solution for deriving Code Coverage analysis for .NET CF (Compact Framework), SmartDevice (Pocket PC) applications.

We are using vsinstr +vsperfmon for Desktop Applications.

I could find only following:

  1. DotCover: That will work when running application in Debug from Visual Studio.
  2. NCover, as long as the application is run as a stand-alone application, and not within an emulator or on a mobile device.

Both approaches are not working for us. To be precise, we want Coverage to be analyzed to evaluate the completion of the TestCases from QA. That can be done when QA will run Test Cases upon the build, which is instrumented for Code Coverage analysis.

Any help is appreciable!!!

Regards Sumeet

0

There are 0 answers