Can someone point me to the documentation on how to get Tools to run UIAutomation scripts and launch an iPhone application using a debugger running in Simulator?
Limitations: I only have iPhone 3g equipment for testing and debugging a device with UIAutomation, which simply does not work reliably. Typically, test scripts just run to make sure everything passes, but now there is a strange error that only runs when the UIAutomation script is run (which is good). The error is not duplicated in manual mode. It seems that in any case, it is not necessary to attach the UIAutomation tools to a process already running in the simulator. No choice. UIAutomation's starter tools do not directly force it to start with a debugger.
I would suggest that there is some kind of command line mask that can be configured in the active target "Tools" (environment variable, arguments, working directory) for this to happen, but I did not find the magic paragraph.
Thanks Neil
source
share