Automated Test Framework - Windows CE

后端 未结 5 551
渐次进展
渐次进展 2020-12-14 13:05

Looking for a way to drive a Compact Framework app running on a CE device. All we basically need is to be able to write little scripts that press buttons and click on things

5条回答
  •  不思量自难忘°
    2020-12-14 13:52

    You can automate CE and Windows mobile at GUI level using a tool such as Eggplant in conjunction with a remote control tool such as SOTI pocket controller or MS Remote Display Controller. Personally, I'd prefer an object based tool to an image matching tool, for reasons of robustness and maintainability.

    You can also automate directly with SOTI but I found it cumbersome, as explained here

提交回复
热议问题