What is the best way to do automated UI testing on the iPhone?
___ is to iPhone as Selenium is to web apps
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
:
Write your tests in JavaScript, and execute them via instruments. The link above should get you started.