Code Coverage and Automated Testing

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
 
N

Neil Cowburn [MVP]

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
 
A

Andrew Enfield \(MS\)

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top