In Xcode, I can run my application with the console open by using \"Run->Console\" and then executing a \"Build and Run\" command.Now I\'ve written a UI Automation script that I would like to 开发者_如
I would like to automate testing of my iPhone app and I wrote a sample Javascript for the UIAutomation framework. I can\'t go past the first line, I get the following error:
Within a script writ开发者_JAVA技巧ten in JavaScript for the UI Automation instrument, how do I import another JavaScript file?Within UI Automation, you can add something like
I\'m having a bit of trouble with UI Automation (the built in to iOS tool) when it comes to alertView. First off, I\'m not sure where I can set the accessibilityLabel and such for the buttons that are
Hi i am learning UI-Automation on I phone, can any one tell me what reference should be use开发者_开发技巧d to select (-) or (+) buttons while editing a table.set the editing property of UITableView t
Closed. This question needs to be more focused. It is not currently accepting answers. 开发者_StackOverflow中文版
I\'m looking to set up testing at my company, but I\'m a little fuzzy on the best way to start. I know that I can use a framework for unit testing, such as OCUnit, GHUnit or SenTestingKit... so far s
I\'ve hit a roadblock in trying to write some automated tests for my iPhone app. Judging from the documentation I feel like this should select the first row of the first component of my UIPickerView:
I am trying to use UIAutomation in Instruments with the iPhone Simulator and the latest iOS SDK 4.2. in my app that has 2 unlabeled toolbar, i have just only access to the head-toolbar like :
I\'m using Instruments for iOS automation and I can\'t seem to figure out how to tap options on the copy/paste menu.When I do a logElementTree(),I see that we are returning a UIEditingMenu and then th