What is the best way to do automated UI testing on the iPhone? [closed]
What is the best way to do automated UI testing on the iPhone?
___ is to iPhone as Selenium is to web apps
There's in-built SDK support for automated UI testing via UIAutomation
:
http://developer.apple.com/library/ios/#documentation/DeveloperTools/Reference/UIAutomationRef/Introduction/Introduction.html
Write your tests in JavaScript, and execute them via instruments. The link above should get you started.
精彩评论