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

前端 未结 3 1079
耶瑟儿~
耶瑟儿~ 2021-02-09 19:41

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

相关标签:
3条回答
  • 2021-02-09 20:11

    Expensify is definitely an option. Other than that there is Experitest. But Expensify does not support Windows Phone 8 and is terribly flakey after making changes to support windows phone 8.

    0 讨论(0)
  • 2021-02-09 20:15

    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

    0 讨论(0)
  • 2021-02-09 20:30

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

    0 讨论(0)
提交回复
热议问题