iamMobile
iamMobile

Reputation: 969

iOS UIAutomation - Unable to record script

I am facing a strange problem. I am unable to record any script while running Instrument for UI Automation. Based on this article http://www.verious.com/article/test-automation-uiautomation-example-with-xcode-instruments/

I tried to record some user action from my device as well as simulator but Instrument just don't generate any script to replay.

I've restarted machine, x-code, instrument etc multiple times. I am on X code 4.6.3 with Instrument version 4.6, mac os version: 10.8.4

Any help!!!

Thanks-

Upvotes: 2

Views: 2500

Answers (1)

Fmartin
Fmartin

Reputation: 76

if you're new you should follow the official tutorial. http://developer.apple.com/library/ios/#documentation/DeveloperTools/Conceptual/InstrumentsUserGuide/UsingtheAutomationInstrument/UsingtheAutomationInstrument.html#//apple_ref/doc/uid/TP40004652-CH20-SW83

Also is a good idea at first runs yours app in iPhone by Xcode, and after that open Instruments and record some script, in this way the target is already determined, for your app on the iphone.

Upvotes: 2

Related Questions