Launch WinPhone7 app in emulator programmatically (for automated testing)
I'm trying to find a way to launch WP7 applications in the emulator as part of an automated test system. I've tried running XapDeploy.exe from the commandline with a xap specified, no luck there (was worth a shot, right?).
I can just terminate the emulator process after a certain amount of time开发者_StackOverflow中文版... if only I could launch it. Anybody know if there's a way?
Justin Angel has written a really detailed post on automating interaction with the emultor for testing. It includes details for remotely writing to isolated storage whihc may be useful if you need data on the device/emulator as part of your testing.
http://justinangel.net/WindowsPhone7EmulatorAutomation
It seems you can launch the emulator using XDE.exe
精彩评论