0
votes
1answer
19 views

UIAutomation Tests timer wait until done

I use UIAutomation test and make script, and I need in cycle select cell in my tableView and wait until it download go to another. var target = UIATarget.localTarget(); ...
0
votes
2answers
93 views

Launch my iPhone app on device through instruments

An app I've created is already installed on my device that I simply want to launch using instruments. It is already installed on my device. I simply want to launch the app. I am using this ...
0
votes
0answers
25 views

UIAutomation in instruments, screenshot organized in folders possible?

I have a question about screen capture with UIAutomation in Instruments. Is it possible to take screenshots and organise them in separate folders? I have an app with different section, and using ...
0
votes
0answers
29 views

How to know a process is completed in UIAutomation

I m new in UIAutomation. I want to know how will I know if some process is completed in UI. Like I have a login screen and after Login successful I m fetching data from server and then one Alert is ...
0
votes
0answers
31 views

Delete cells in tableview - Automation testing UI using instruments

I have a table view. I want to delete cells in that tableview. Can someone explain how to do that ? this is my code but its not working var target = app.frontMostApp().mainWindow(); //enter edit ...
0
votes
1answer
56 views

Match two strings in automation testing UI - iOS

I am writing automation test scripts using Automation tool in instruments for my iPad app. In the login screen, when user taps on login button without entering any information, I display an error ...
0
votes
0answers
39 views

Setting names for UITextFields for Automation testing using Instruments - iOS

When I log element tree, I can see that my buttons have names using which I can access them in my scripts. In my app, all text fields don't have names set up. I tried setting up names for them using ...
6
votes
2answers
202 views

UIAutomation: Any way to dismiss “Would Like To Use Your Current Location” alert?

my app is using location services, and for automated testing I want to be able to dismiss the "APP Would Like To Use Your Current Location" popup. However when I try to do this in Instruments with a ...
0
votes
1answer
224 views

UIAutomation on device hangs in starting capture

When I try to capture UI inputs on the device using UIAutomation, it hangs saying "Starting Capture". 1) I click on Profile in Xcode which 2) Starts up Instruments where I select Automation and click ...
3
votes
1answer
261 views

Xcode INSTRUMENTS pass/fail logging functionality seems broken in Xcode 4.6

I've been beating my brains out on this issue for the last week and have nowhere else to turn. Currently, whenever I run tests in Instruments the pass/fail logging feature almost always reports: ...
2
votes
1answer
314 views

UIAutomation through command line on a real device

I know starting from Xcode 4.2 it is possible to run UIAutomation scripts through command line. I've tried this and is working perfectly fine for me in simulator. I'd like to know how to get this run ...
3
votes
2answers
193 views

How can I verify the name of a label in a table view using Instruments on iOS?

I'm using the Xcode "Instruments" tool to build automation for an iOS application and I need to verify that the label for an entry I've created in my app is correct. The code listed below is, for ...
2
votes
0answers
106 views

What can be the impact of updating /etc/authorization file in mac os x 10.8.2

We are using Bamboo for CI & UIAutomation testing in our project. For that we use scripts that builds the xcode project, creates .app file and then launch Instruments to run automation tests. In ...
0
votes
3answers
394 views

UIAutomation logElementTree() returns UIAElementNil

When us this line of code to logElementTree() in Instruments UIAutomation target.frontMostApp().mainWindow().logElementTree(); The results return is UIAElementNil Even when I record a script and ...
5
votes
1answer
204 views

UIAutomation - different results from Instruments and Command Line

When I run a UIAutomation script in Instruments, everything works fine but when I run the exact same script from the command line, I get this error : Cannot perform action on invalid element: ...
0
votes
1answer
236 views

UIAutomation and reading static text in scroll view

I'm doing some UIAutomation testing using Xcode Instruments and have an issue accessing a staticText which I want to verify. The situation: I have some buttons that display different scroll views ...
15
votes
4answers
1k views

Running UIAutomation scripts from Xcode

Did anyone succeed in setting up automated UIAutomation tests in Xcode? I'm trying to set up a target in my Xcode project that should run all the UIAutomation scripts I prepared. Currently, the only ...
2
votes
1answer
472 views

UI Automation how to perform swipe gesture

I want to perform swipe gesture on UITableView cell with automation script. I tried recording this action but I get this: ...
0
votes
1answer
256 views

Xcode Instruments throwing error “Could not start script, target application is not frontmost.”

I am currently adding UIAutomation acceptance tests for an existing iPad application. I have a custom shell script that runs instruments from the command line and resets the simulator before running ...
1
vote
0answers
24 views

Is it possible to close the simulator when using instruments uiautomation recorder?

I'm currently recording a lot of test for my App using Xcode Instruments UIAutomation, the current issue I'm facing is that if I run more than one script at the time or even 1 script but with the ...
0
votes
0answers
42 views

UIAutomation on non acccessible elements

I have a few buttons on my view that have isAccessibilityElement set to NO. Is there anyway to test these elements via UIAutomation through instruments using jasmine scripts?
1
vote
0answers
119 views

iOS 6 UIAutomation - “an error occured while trying to run the script” [duplicate]

Possible Duplicate: Why am I seeing “An error occurred while trying to run the script.” in the UI Automation instrument? I'm completely stuck. Every time I try to start UIAutomation tool ...
0
votes
1answer
406 views

How to screenshot a tapped button using iOS UIAutomation?

I tried the tapAndHold() function from UIAElement var target = UIATarget.localTarget(); target.frontMostApp().mainWindow().buttons()["Button"].tapAndHold() target.captureScreenWithName("shot") but ...
3
votes
0answers
101 views

UIAutomation failed to load plugin

I have a project set up such that one of target launches UIAutomation when build process finishes. Instruments is launched from Python script which eventually call the usual "xcrun instruments ..." ...
0
votes
1answer
165 views

Select a date in UIDatePicker by UIAutomation?

I found that I can't do this by UIAPickerWheel.selectValue(), any idea?
0
votes
1answer
113 views

Having Instruments always revert to script file on disk (instead of prompting) for iOS UIAutomation testing

Question: Is there some way to shush up Instruments from warning about changes on disk to the currently loaded script, and have it just use the latest version of the script on disk? I'm always editing ...
1
vote
1answer
349 views

Using Instruments to test an iOS app without having source code to the application

I would like to use UIAutomation via Instruments in Xcode to test an app on my iOS device. Is it possible to do so without having to build the source code? The reason for this is that our team will ...
0
votes
0answers
143 views

iOS UI Automation in Instruments: Is there any method to prevent default log items which are generated by gestures

I'm using UI Automation on iOS tool Instruments in JavaScript. When I'm taping something with a piece of JavaScript for example, default log is generated marked "Debug" in the log list. My question ...
4
votes
2answers
219 views

Instruments .trace file issues

When I am checking out the test-scripts from SVN(files committed by my friend), I don't know why the scripts are not editable, play script and stop script options are disabled and Recording is not ...
1
vote
0answers
73 views

iOS Automation from Instruments, how to go throught test step by step

I was wondering if there is any way to step through the test. Pretty much the same way we do while debugging the code. Cheers, Matt.
4
votes
1answer
610 views

Unable to get UIAutomation iOS UILabel value

I am trying to get the value "HELLO" of the UILabel shown in the iPad simulator. I have enabled accessibility and have set the label as "Label Access". But when I call target.logElementTree(), both ...
1
vote
3answers
718 views

Run Instruments 4.3 from the cmd line?

I'm having trouble running Instruments 4.3 from the cmd line. I believe it's picking up my older 4.2 version which is still installed. How do I get Instruments 4.3 to install and launch my App then ...
1
vote
2answers
225 views

how to remove the 1sec delay of performTaskWithPathArgumentsTimeout

I'm using performTaskWithPathArgumentsTimeout in my ios ui script, and there seems to be a hidden 1 sec delay introduced before executing the command. var target = UIATarget.localTarget(); var host = ...
2
votes
3answers
371 views

What is UIATargetHasGoneAWOLException while operating iphone with UIAutomation through Instruments.

I am using UIAutomation, through Instruments from Xcode, to do something on iPhone, and got a weird exception: UIATargetHasGoneAWOLException. Anybody know what does this exception mean?
1
vote
1answer
192 views

Recording UIAutomation events in Instruments: get numeric instead of string value

when capturing events in the Automation event editor of Instruments (with the neat record button blow the editor), I often get responses like this: ...
1
vote
1answer
390 views

iOS UIAutomation from the command line

I have a problem with understanding of how it works. I want to run my test on the device, so I have the commands instruments -w [...] -t ...
17
votes
6answers
990 views

Attempts to tap a UIButton in a UITableViewCell using UI Automation fail with “could not be tapped”

I have an iPhone app that I'm testing using UI Automation. I have a button in a UITableViewCell but when I try to tap on it using UI Automation I get the following error. Script threw an uncaught ...
4
votes
2answers
232 views

Is there a nice way to script network related tests using UIAutomation on iOS [closed]

I'm looking for a way to test some network connectivity scenarios using UIAutomation (e.g. making sure the right messages are shown to the user for various connectivity scenarios). Has anyone come ...
5
votes
3answers
1k views

Clicking keyboard 'Next' key using UIAutomation

I have a search field in my app and I have set the return key type of the keyboard for this field to UIReturnKeyNext. I am attempting to write a UIAutomation test that clicks the Next button on the ...
0
votes
1answer
278 views

Is that possible to run iphone UIAutomation script using ad-hoc distribution build

Previously i was using Developer build which support to run my UIAuotmation scripts , but recently i tried the build with ad-hoc distribution provisioning file its not compatible to run my ...
0
votes
1answer
217 views

iOS - Finding elements by name in instruments?

How can I find a textfiled by name in automation testing? I am able to get the element by index which is not helpfull. In my nib the accessibility label of the button is set to "btn", but when ...
3
votes
1answer
884 views

Within a script in the UI Automation instrument, how do I import another script?

Within a script written in JavaScript for the UI Automation instrument, how do I import another JavaScript file?
6
votes
1answer
6k views

How about UI automation testing for iOS app with instruments & Javascripts

Get knowing the automation UI testing for iOS apps from WWDC2010 video session, but no practices for it. From codeproject project,we can have one example. Questions here to hear from people who ...
1
vote
3answers
2k views

iOS/UI Automation: UIAActionSheet does not have possibilities to manipulate with buttons

My question is related to UI Automation template from XCode's Instruments tool. How does UI Automation support UIActionSheet testing? I know that there is a UIAActionSheet element and I was able to ...