funkybro
funkybro

Reputation: 8671

Unit Testing in VS 2010 Express for Windows Phone

I am developing a Windows Phone 7 project and wish to test the app's business logic (i.e. just the vanilla C# code) within stand-alone unit tests, run on Windows from the command line (from Jenkins) rather than on a device.

What's the best way of achieving this using the free Express tools only?

Currently I am thinking of:

Sounds like a whole lot of hassle, does anyone have experience of a nicer option than this?

Upvotes: 0

Views: 438

Answers (1)

Emond
Emond

Reputation: 50692

Have a look at this question: State of unit testing for Windows Phone

It has some nice ideas and hints and I am afraid that it isn't much better at this time.

Upvotes: 1

Related Questions