views:

179

answers:

1

I want to write Unit Test suite for my .netcf 3.5 C# application and I want it to run on device. How do I setup to do this? I am using Microsoft.VisualStudio.TestTools.UnitTesting.

A: 

I've personally had no problem unit testing with NUnit when targeting .NetCF 3.5. There may be some limitations but i haven't come across them yet.

Josh
But did the test run on the Device?
Henk Holterman
He's not asking about NUnit (which doesn't run the test on the device) but mstest (which does)
ctacke