What is the best way to unit test a Windows CE / .NET CF application?

I want to write unit tests for an application running under Windows CE.NET Compact Framework 3.5. Ideally, I would like to deploy them and run on the device, rather than emulating for true testing, but if it could also work locally in Visual Studio for speed, that would be great. I mainly write console applications and don't care about good gui, but it would be nice.

I tried csUnit, but it had dependencies on libraries that are not part of CF, and my device in any case had no place for them.

Has anyone found a quick test framework that they recommend?

+3
source share
1

Visual Studio Team System 2008 Test Edition Team Suite, .

: Unit Test

.Net Compact Framework Visual Studio 2008

+2

Source: https://habr.com/ru/post/1705385/


All Articles