ios-ui-automation
Instruments always launches iPad Simulator for Universal Apps with Automation, how can I force it to use the iPhone Simulator?
I\'ve created a universal binary using iOS 4.2 and Xcode 3.2.开发者_如何学编程5. I\'m trying to do some automation testing on the application and since the interfaces are slightly different between th[详细]
2023-01-28 01:50 分类:问答Using UIAutomation to search elements on the Main View is really slow in IPhone app
When I use for loop, which calls UIATarget.localTarget().frontMostApp().mainWindow().elements(); to search a specific element on the Main View, it runs really slow. Has anyone expe开发者_开发技巧rienc[详细]
2023-01-25 21:31 分类:问答Can the UI Automation instrument be run from the command line?
Is there a way to open the UIAutomation instrument through the terminal? Will it be possible to write an AppleScript to open Apple\'s UIAutomation tool and load the application to be tested?[详细]
2023-01-25 12:39 分类:问答Invoke iPhone app automatically
Is it possible to invoke iPhone Simulator and launch app through UIAutomation? If so, is it possible to invoke UIAutomation script through shell script or Java?[详细]
2023-01-25 09:20 分类:问答iOS Tests/Specs TDD/BDD and Integration & Acceptance Testing
Locked. This question and its answers are locked because the question is off-topic but has historical significance. It is not currently accepting new answers or interactions.[详细]
2023-01-24 00:23 分类:问答Handling Alert with UIAutomation
I\'m trying to test the presence of an UIAlertView with UIAutomation but my handler never gets called.[详细]
2023-01-14 19:35 分类:问答Does UIAutomation framework works on the simulator?
I am new to iPhone Automation, and UIAutomation framework introduced by iOS4开发者_运维知识库. Recently I am using UIAutomation to automate testing app on iPhone Simulator via instruments but it gives[详细]
2023-01-10 15:58 分类:问答Can we use UI Automation tools with the iPhone Simulator?
I’ve been using the new UI automation tools with Instruments and the iPhone SDK 4.0, but so far I haven’t been able to get it to run under the iPhone Simulator. I’ve tried setting the target to eve[详细]
2023-01-10 05:31 分类:问答arc4random except some numbers
How can you disallow some nubers from being chosen with the arc4random function? Current code: int random = (arc4random() % 92);[详细]
2022-12-21 04:32 分类:问答