Any advise on how to do unit testing such as nunit on mobile 5 platform? Thanks in advance George
There are several ways but i think its best to run the test on an actual device. Try looking into: 1. Visual Studio 2008 ("Orcas") has a Smart Device Unit Test Project. It's in Beta 2 now and is stable enough for actually working on it for real projects. 2. CFUnitTester tool that the Patterns and Practices team made (included in the Mobile Client Software Factory) -- Regards, Christian Resma Helle http://christian-helle.blogspot.com "AusBiscuit" wrote in message news:07097F27-C4DD-4F4A-966E-9FFEF54907D2@microsoft.com... > Any advise on how to do unit testing such as nunit on mobile 5 platform? > > Thanks in advance > > George
You might want to check out NUnitLite. http://www.codeplex.com/nunitlite/ http://blog.opennetcf.com/ncowburn/2007/08/21/HOWTOCreateUnitTestsForDeviceAppsUsingNUnitLite010.aspx --Neil -- Neil Cowburn Principal Partner OpenNETCF Consulting, LLC http://www.opennetcf.com/ http://www.smartdeviceframework.com/ "AusBiscuit" wrote in message news:07097F27-C4DD-4F4A-966E-9FFEF54907D2@microsoft.com... > Any advise on how to do unit testing such as nunit on mobile 5 platform? > > Thanks in advance > > George