Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I write automated tests for the UI of a Windows Phone 7 application?

It is hard enough to drive a normal app var it’s UI, however when the app is not running on your development platform it is even harder.

So what tools will help me test the UI of a Windows Phone 7 application?

See also "Are there any issues I should know about with unit test of Windows 7 Phone code?"

like image 640
Ian Ringrose Avatar asked Sep 30 '10 15:09

Ian Ringrose


2 Answers

Expensify's (confusingly named) Windows Phone Test Framework supports UI automation. I've yet to use it on a project, but it looks promising.

like image 145
Richard Szalay Avatar answered Nov 17 '22 02:11

Richard Szalay


I've not seen anyone release any tooling for this yet.

If you're going to try and write something yourself, you should have a look at this post on emulator automation and testing.

X-Ref with question 3806477

like image 2
Matt Lacey Avatar answered Nov 17 '22 01:11

Matt Lacey