Code Coverage and Automated Testing

  • Thread starter Thread starter Y. Sivaram
  • Start date Start date
Y

Y. Sivaram

Is there any code coverage tools and automated testing tools available for
the applications written in .NET CF? Any recommendations or suggestions will
be really appreciated.

Best Regards,
Y. Sivaram
 
This is one area in which the .NET Compact Framework dev tools space is
SEVERELY lacking. However, I know that the NUnit team are working to support
..NET CF in a future version (I believe it'll either v2.3 or 2.4. Current
release is 2.1). FxCop, while not strictly related to this inquiry, can be
used with the .NET Compact Framework (after a fashion). I've yet to try
NCover (for code coverage) with a .NET CF app.

--Neil
 
l've been looking into this too, and also haven't found much.

There's an ncfunit project on Sourceforge, but it looks pretty dead.
Fortunately, a beta of NUnit 2.2 was just released (without CF support), so
at least 2.3/2.4 is getting closer.

--
Andrew Enfield
Programmer Writer, Windows CE

This posting is provided AS IS with no warranties, and confers no rights.
 
Back
Top