ios-ui-automation
Capturing iPhone console log when running Instrument's UI Automation
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 开发者_如[详细]
2023-03-10 06:03 分类:问答My first Javascript in UIAutomation/Instruments
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:[详细]
2023-03-09 20:44 分类:问答Within a script in the UI Automation instrument, how do I import another script?
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[详细]
2023-03-07 03:07 分类:问答UI Automation AlertPrompt button/textField accessiblity
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[详细]
2023-03-05 01:05 分类:问答How to select (-) icons while editing a tabel, in Iphone UIAutomation
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[详细]
2023-03-02 17:38 分类:问答How about UI automation testing for iOS app with instruments & Javascripts [closed]
Closed. This question needs to be more focused. It is not currently accepting answers. 开发者_StackOverflow中文版[详细]
2023-02-28 18:32 分类:问答XCode4 Unit Testing and UIAutomation
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[详细]
2023-02-21 19:15 分类:问答UI Automation Testing: How do I select UIAPickerWheel values?
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:[详细]
2023-02-21 07:01 分类:问答iOS/UIAutomation: How can i use isVisible() for the buttons in the second unlabeled toolbar?
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 :[详细]
2023-02-20 00:13 分类:问答UIAutomation with Instruments - How to tap copy/paste buttons?
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[详细]
2023-02-19 11:24 分类:问答