What would be the best approach to simulate a user using the touch screen of a Windows Phone 8 device?
One approach I could imagine was to use native code to call Win32 API functions that control mouse events. This suggests that touch-screen events more or less coincide with mouse events and that these API functions are available. Does anyone know if this is the case on WP8?
Another approach would be to have something like Android ADB for Windows Phone. On Android, you can use ADB to control the device from a PC, as well as simulate touch screen events (for example, through Monkeyrunner). I did not find any information if there is such a tool as ADB for Windows Phone 8.
The goal of finding a solution for this is to integrate Windows Phone 8 devices into the automatic testing process.
windows-phone-8
jakob.j
source share