Tagged Questions
0
votes
2answers
30 views
How to know any UI rendering is completed in automation code
I am wanting to know a button is rendered on main window UI or not. This button rendering is depending on server response result (written in Objective C). If server response comes perfectly it becomes ...
0
votes
1answer
162 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 ...
0
votes
0answers
47 views
Map View Testing using UIAutomation javascript
I want to check whether my mapview is worked properly or not by changing the lat and long. I am using Automation javascript. Is there any code to change the lat and long in automation script. thanks ...
14
votes
4answers
983 views
Running UIAutomation scripts from Xcode
Did anyone succeed in setting up automated UIAutomation tests in Xcode? Could this be a bug in Xcode?
I'm trying to set up a target in my Xcode project that should run all the UIAutomation scripts I ...
1
vote
1answer
223 views
Testing Dynamically generated UI elements using XCode Automation tool
I want to test my iOS app. It contains dynamically generated UI elemnts. I create all the UI elements programmatically without using the interface builder. To test I need to access them via Automation ...
0
votes
1answer
218 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
2answers
228 views
Delete App on Simulator through Command Line
Im writing an automated test that will use the Instruments automator to run a series of UX tests on my application. The problem is, I need the app to run on a fresh install for the specific set of ...
1
vote
1answer
149 views
Whats the correct Build Options / Code signing / Scheme settings for profiling ui automation on a device?
I'm trying to run with ui automation script on my my device / iPhone 4.
I've tried several settings without success and I'm not sure who I am anymore :(
Build Options
Validate Built Product: Ad ...
0
votes
1answer
44 views
Obj-C, trying to set accessability (including label) for the UIDatePicker? [closed]
I haven't got a clue where to start and how far I can go.
I would like to add labels for individual values in the the date picker.
But I'm not sure if this is possible and how to do it ?
0
votes
0answers
62 views
UIAutomation and tableView header
I have a strange problem with UIAutomation
In my code I have a UITableView and in
- (UIView *)tableView:(UITableView *)tableView viewForHeaderInSection:(NSInteger)section
I generate my headerView. ...
1
vote
1answer
122 views
Access modal view controller with ios UI Automation
Is there a way to access the elements of an modal view controller with UI Automation. I can't find the view or any elements when printing the tree of the local target. Only the view "behind" is shown ...
2
votes
1answer
365 views
UIAutomation : Failed to authorize rights with status: -60007
So I am running UIAutomation on command line with
$ instruments -t ...
1
vote
1answer
129 views
Instruments / UI Automation is selecting the wrong target to run
I have an iPhone app that I am writing and it has 2 targets for two different builds of the app target 'A' and 'B'.
I selected to build target A and when I build on the device or the simulator it ...
1
vote
0answers
212 views
xcode UI Automation script runs fine on iPhone but fails on iPad
I have scripts in UI Automation which I do run on iPhone (real device and also SW simulator) and they are working fine. But when I run the scripts on iPad the script fails.
example:
...
4
votes
1answer
570 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 ...
0
votes
1answer
456 views
Xcode Automation tool for UI test
i have this question..
i use Xcode Automation tool to test my UI iPhone App. I have generate a javascript file for my first test.
It' possible save same screenshot of my test?
2
votes
3answers
367 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?
0
votes
1answer
203 views
Emulate drawing in UIAutomation
I have an application that allows the user to write into an area using a drawing function and then save the image. Is there a way to emulate this with UIAutomation?
17
votes
6answers
936 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 ...
1
vote
1answer
226 views
UIAutomation for iPhone
Does UIAutomation work for testing on the iPhone devices and can I do it without the xCode for the project?
Is there another tool that can test without the xCode?
0
votes
2answers
532 views
Using Xcode UIAutomation, how can I bring my backgrounded application back to the foreground on the iPhone?
I guess really the long and short of this is how can I manage to bring my application from the background state to the foreground state via Xcode UIAutomation?
Any thoughts anyone...?
1
vote
1answer
722 views
Has anyone got experience with UIAutomation for Xcode?
Greetings!
I am running iOS 4.1 on my iPhone 3GS.
I have a small test app that has a five segment segmented controller that is connected to a UIView (?). When one of the five segments is clicked, ...
