Tagged Questions
0
votes
0answers
13 views
Can I automate Native page and web page together using xcode automation Instrument
My app is a native application. In Sign up flow app, my app will open a web browser to provide authentication and here on this browser i have to tap on a button which will again takes me back to ...
0
votes
1answer
45 views
How to tap on Image view from a cell which is in a table view
I have a image view(tapping on which i get a popover) inside a cell associated in table views.
Log element tree captures the static text 'Picture' but it doesn't show associated image view with it.
...
1
vote
1answer
63 views
Unable to tap on image in an ipad app
I have this image in an app. I want to simulate a tap on the image. The image is located as follows:
target.frontMostApp().mainWindow().images()["patch blue right.png"].images()[4].
My javascript ...
0
votes
2answers
438 views
Instruments Automation Tool: Script Ended Without Explicitly Closing This Test
I was playing around with the Automation tool in Instruments today but have had problems writing a working test. The following example will exit with Issue: Script ended without explicting closing ...
0
votes
0answers
98 views
Can I import data from excel sheet into instruments UIAutomation?
I want to write script for a screen where there are two fields and I just want to test with different possibilities of values for those fields, whether it will navigate to further screen. But ...
0
votes
2answers
500 views
How to test iOS web application using Instruments UIAutomation
When I test native application I can choose target (application from real device listed in the choose target list; or in the case with simulator - choose Profile menu item in application project).
...
-1
votes
1answer
177 views
How can I run Instruments from Python?
Anyone know how to run Instruments from Python? I tired to use os.system and it didn't work.
If I run Instruments from a command line, I only need to run:
instruments -w id -t xxxxxxxxxxxxxx xx.js
...
10
votes
1answer
716 views
Launch a specific Hardware version of iOS simulator using instruments command line utility
I am using UIAutomation provided by Apple -> Xcode -> instruments.
I have my Javascripts and the whole automation using instruments command line infrastructure running up.
I got an additional task of ...
0
votes
1answer
188 views
Not able to write in txt file using performTaskWithPathArgumentsTimeout with python/shell in Instruments
When i try to execute python/shell script(to write in txt file) using performTaskWithPathArgumentsTimeout it doesnt works. I am using it in UIAutomation through Instruments. The result code and error ...
0
votes
1answer
310 views
Start and Stop scripts buttons are hidden on instruments
I opened Instruments and select the Automation template for it.
After opening an Instrument tool i selected an app from Choose Target.
After that i selected my Java Script file from Choose script ...
0
votes
1answer
224 views
Instruments UI Automation tests for iPhone app
I'm a newbie in UI Automation using instruments and I have the following question:
- the application starts and I get the mainWindow screen (which contains SignIn and Register buttons)
- I've ...
0
votes
1answer
614 views
instruments + UIAutomation from shell script [duplicate]
Possible Duplicate:
Is there a way to remove the authorization prompt from command-line instances of Instruments (XCode)?
I've been stuck building a jenkins job to automatically run my ...
12
votes
4answers
3k views
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 Automation plug-in.
With 4.2, this worked well enough, however with the upgrade to ...
3
votes
1answer
844 views
uiautomation recorded scripts save location
I can't seem to figure out how to save recorded scripts in the "UI Automation" tool in Instruments.
I launch my iphone app with "Profile" select the "UI Automation" tool, add a "New Script" and start ...
7
votes
2answers
1k views
Why am I seeing “An error occurred while trying to run the script.” in the UI Automation instrument?
When I try to run a UI Automation script on iOS 5 devices I am getting the following error:
"An error occurred while trying to run the script."
The same script is running perfectly in the ...
1
vote
1answer
1k views
Mac, iOS automation test from Terminal using instruments.app
I'm running iOS UIAutomation test from command line using the following command:
instruments -t ...
-1
votes
3answers
540 views
Guidelines to create a framework for iPhone UIAutomation tool
Can some body share your thoughts to create a framework using iPhone UiAutomation tool (Instruments)
0
votes
0answers
720 views
Is there any update on UIAutomation in iOS5? [closed]
Is there any interesting update in UIAutomation on iOS5 ? Like so many iOS unit testers, I am waiting for Automating test script selection and stopping the script after test run. Any updates on this ?
...
7
votes
1answer
954 views
UIAutomation Nested Accessibilty Elements Disappear from Hierarchy
I have a view with two subviews a button and an Image, I turn on accessibility and set the label on the subviews and I can see the hierarchy by calling
...
