Unit tests / nunit

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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)
 
Back
Top