Top "Ios-ui-automation" questions

Automated UI Testing using the Automation instrument included with Instruments for iOS development.

Automated testing for iPhone

I know this one is going to be a long-shot, but I thought I'd try. Does anyone know of any …

iphone testing ios-simulator automated-tests ios-ui-automation
iOS Tests/Specs TDD/BDD and Integration & Acceptance Testing

What are the best technologies to use for behavior-driven development on the iPhone? And what are some open source example …

iphone ios rspec cucumber ios-ui-automation
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 …

iphone xcode applescript instruments ios-ui-automation
can I set accessibility identifier in interface builder? Xcode4.2

I can only set Accessibility Label in interface builder, but in UI Automation,I need Accessibility Identifier to get the …

ios accessibility ios-ui-automation
What's the difference between setAccessibilityLabel and accessibilityIdentifier in ios?

I've been going through our code base and setting the accessibilityIdentifier property on all of our buttons and text fields …

ios ios-ui-automation uiaccessibility
Is there a way to remove the authorization prompt from command-line instances of Instruments (Xcode)?

I am currently using Instruments via a bash script to initiate the command-line interface to start up runs of the …

ios instruments xcode4.3 ios-ui-automation xcode-instruments
Handling Alert with UIAutomation

I'm trying to test the presence of an UIAlertView with UIAutomation but my handler never gets called. At the beginning …

iphone ios-ui-automation
How to click home button in iOS simulator?

I want to click home button in iOS Simulator by automation. I just want to know whether it is possible …

ios ios-ui-automation keycode appium-ios
Start Instruments from the command line

I followed this site to get started with UI Automation. http://blog.manbolo.com/2012/04/08/ios-automated-tests-with-uiautomation#1.2 I am trying to start …

command-line instruments ios-ui-automation