UI Automation is programmatic/scripted interaction with a graphical user interface, typically for the purpose of testing or accessibility assistance.
0
votes
1answer
17 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
0answers
5 views
error with safari web driver in selenium
Jun 19, 2013 3:48:48 PM org.openqa.selenium.safari.SafariDriverServer start
INFO: Server started on port 27821
Jun 19, 2013 3:48:49 PM org.openqa.selenium.safari.SafariDriverChannelHandler$1 ...
0
votes
0answers
22 views
Ho to run RDC Windows application and capture details
I tried lot in running RDC windows application on there I'm trying to capture details.
Like ---- > connecting Myremotedesktop ----> Run the windows application in rdc and enter values to get details ...
0
votes
0answers
12 views
Automating Kendo UI NumericTextBox
I have an HTML page where I have three fields to enter the following values:
Manufactures Suggested Value, Suggested Value and Value Sales Association, these three field are using "NumericTextBox".
...
0
votes
1answer
9 views
On which Android devices is uiautomator available?
I want to use uiautomator or uiautomatorviewer for Android test automation.
Can I use these tools on any Android device?
0
votes
0answers
21 views
Robotium junit test cases and report generation using ant
I have developed test cases for my android application . I have ant build and configured path in system variable as ant_home and path .
In build.xml i ve configured the paths like where i kept my ...
0
votes
0answers
7 views
Java controls UI automation with visual studio automation engine
I am looking for a way to automate Java applications with visual studio but i heard it is not supported for now. Is there any other way to automate java applications. Is there any wrapper class for ...
0
votes
0answers
6 views
Comparing images in UI Automation for iOS
can anyone tell me that, how can i run the shell commands through the scripts which we use to create automation scripts for UITestAutomation for iOS, and especially the imageMagick shell command for ...
0
votes
0answers
16 views
Automating a Virtualized Control with UIA
I'm trying to automate a certain control (Telerik's Rad GridView) with Microsoft's UIA. I have created a wrapper class that exposes several helper methods for my test to use - the most prominent ...
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
1answer
25 views
Screen recording while testing
I am searching for a light weight screen recording tool I can use to record automated test runs in the background.
I have a detailed logging for my automated GUI application tests running on Windows ...
0
votes
0answers
28 views
Working with CodedUITestBuilder programatically
I want to build an application on top of CUIT engine.
I want to have a button in my application, that will launch Coded UI Test Builder.
Then when the user is done and clicks 'Generate' I want to ...
-1
votes
0answers
37 views
Can someone tell me how can i call two classes in one java file [closed]
Hi as am developing automation scripts using UIAutomator. I have 2 testcases as two classes and one main class, in that main class i have to call 2 classes. So please let me know how can i do this.
...
5
votes
3answers
170 views
VBA:Editor. How to collapse worksheets by default
I work with several workbooks containing 10-15 Worksheets and several modules.
Whenever I open the VBA-Editor, or bring it back into focus, the project explorer has expanded the "Microsoft Excel ...
0
votes
0answers
32 views
Why is WPF ListViewItem automatically creating ContentPresenter object?
I am trying to assign AutomationProperties to all controls in a WPF dialog but cannot find a way of populating those properties on a ContentPresenter that is appearing in the control tree at runtime. ...
0
votes
1answer
32 views
How to traverse all the child elements of a program
I want to build a tree of UI elements that are present in an application. I am trying to use Microsoft UI Automation. I can get access to the desktop by accessing AutomationElement.RootElement but I ...
0
votes
1answer
46 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
30 views
MS ui automation elements and web applications
I want to automate a web application. I'm already working with microsoft ui automation library. My problem is that i can not find a unique identifier for automationElements in the web page, ...
0
votes
0answers
21 views
Assign the present window of the screen as a main window for accessing the elements
What am I doing
I am doing some automation test cases in iOS. For this I am using Instruments .
Now first of all I am making Object Repository for the Application so that I don't have to write the ...
0
votes
1answer
20 views
Test Automation for CMS based solution
I am going to work on Adobe CMS (CQ05) & Adobe SiteCatalyst based eCommerce website.
Can you advise-
Where can we automate the tests?
[As for any other CMS based solution, pages tend to be very ...
0
votes
1answer
31 views
Exception UiAutomatorTestCase class not found when running UITest
I tried make automated gui tests on android.
I tried to follow this tutorial, but I can't run tests on my device or emulator.
I added android.jar and uiautomator.jar to the test project libraries
I ...
0
votes
2answers
42 views
Unable to login in to the app when testing using IOS UI automation tool
I am trying to automate test cases for our Ios mobile app , chosen Xcode instrument UI automation.
So have created a java script for login form but am unable to login into the app ..even when correct ...
0
votes
2answers
38 views
Android UI Automation: Subscribe to Android Events
Is there a way to subscribe to events from an installed app on a AVD? What I would like to do is, e.g., when I enter any text on a EditText field in the app, I want to automatically receive a ...
-1
votes
0answers
16 views
How can I tap on a UIimage object in iOS Automation in instruments? target.tap({x:340.00, y:61.00}); is not working [closed]
How can I tap on a UIImage object in iOS Automation in instruments?
target.tap({x:340.00, y:61.00}); is not working.
0
votes
1answer
40 views
Launching Chrome Extension from an External C# Program
I'm trying to start a chrome extension from an external c# program.
What I have so far:
The extension is complete and launches when the extension button is clicked.
The program searches for ...
0
votes
0answers
19 views
HTML5 web controls UI Automation..
Is there any framework available to perform UI Automation for HTML5 Web controls??? I have svg elements in the HTML page and need to automate the Controls...
is there any way to access the Controls ...
1
vote
0answers
65 views
UI Automation Mobile Safari on iOS Simulator
There is an open bug regarding Facebook SSO to an iOS app with test users, which it's status is fixed but it's not!
I've logged in into Facebook account, with a test user in my iOS
Simulator - ...
-4
votes
1answer
40 views
tableview cell tapping with uiautomation tool using javascript [closed]
i'm new to uiautomation using javascript. please see this issue and suggest some free books for uiautomation testing in ios using JS.
Thanks,
DC
-1
votes
0answers
45 views
How to save the Instruments ios Automation result in a local folder?
I need to save the Instrument iOS Automation Editor log. If the scripts are executed using commandline am getting .plist file in which the logs are saved. But it is not as expected.
Is there any way ...
0
votes
0answers
66 views
Robotium : Testing the app integration with third party apps
I want to know, if there's any way to test multiple apps in android? I'm aware btw that you cannot launch / test another app from the app under test with Robotium.
Basically, I'd like to automate ...
0
votes
2answers
20 views
how can i fill in using xpath in cucumber rails
i have a scenario where all the text fields are having common ids.i want to fill in those using xpath as i can access them only using contains method of xpath .for eg:
tr[td//text()[contains(., ...
0
votes
0answers
19 views
What benefits does Cucumber based tests in Calabash have over JS test scripts with Apple's Instruments? [closed]
I find JavaScript easier to use.
I dont have any special liking towards the way Calabash lets me write features in english-like (Cucumber) language and define custom ones with some ruby code.
But ...
0
votes
0answers
29 views
UIAutomation can't access UITableView
This might be a basic question, but I've searched a decent bit and read Apple's documentation as well as several questions here and a few blog posts. So far, I can't find anything to help me out.
I'm ...
0
votes
0answers
14 views
Flex 3 - Is it possible inspect page fields value and click stream events in Adobe Flex from outside of Adobe Container
I have an old Flex 3 based application, which has quite some tabs and text fields that I want to inspect using 3rd party tools. By term "inspect", I mean to see through the runtime value of certain ...
0
votes
1answer
145 views
UI automation in windows phone 8 application
i have searched for automating UI in windows phone 8 applications and i did not get any useful tool or framework for that so is there any framework to automate UI application in windows phone 8?
0
votes
1answer
111 views
UI automation of Settings, Iphone
I am trying UI Automation in iphone for connecting to any given wifi network.
I want to automate settings app. It should automatically open up settings->switch on wifi->connect to given ap by ...
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 ...
1
vote
0answers
95 views
How to Select a tree item using UI Automation?
I am trying to select a tree item from an application but get "Operation cannot be performed". I tried using UI Spy to select the tree item and get the same error.
Element : "tree item" "Network"
...
0
votes
1answer
53 views
Does TestComplete support the use of AutomationProperties in WPF (XAML)
We have UI automation tests running in TestComplete and we want to use the AutomationProperties provided by Microsoft.
I can not see the AutomationId property in the Object Spy of TestComplete, how ...
0
votes
2answers
37 views
jenkins job not triggering commands and performing ui validations in the targetted machine
I configured a job for doing GUIAutomation(which got developed using java code including running commands and keyboard events) in the targeted machine.
Extra Info:-
I am running a command to launch ...
0
votes
2answers
52 views
How to search for a substring in a string in iOS automation scripting? indexOf() and search() methods are not working
How to search for a substring in a string in iOS automation scripting? indexOf() and search() methods are not working.
0
votes
0answers
32 views
access APNS notifications in UIAutomation testing iOS
I am working on UIAutomation testing for my iPad app. There are APNS notifications received when one user shares files with other user. I need to look at what notifications are there and then tap on ...
0
votes
1answer
64 views
UIAutomation iOS - delete a table cell
I am working on deleting a table cell. I thought it will be done this way.
var myCell = cells["abc"];
var deleteSwitch = myCell.switches()[0];
deleteSwitch.tap();
but, when I tried to ...
0
votes
1answer
23 views
Transfer session from script to firefox
I'm trying to solve the following problem:
I have a python script that opens a webpage, gets a jsessionid, then posts username and password and the jsessionid and receives back a new jsessionid along ...
0
votes
0answers
48 views
Extract text from Microsoft Word Document (C++)
I am developing a C++ desktop application and need to extract (screen-scrape) text from a Microsoft Word document.
I have been using the UIAutomation interface to obtain text from browsers, and using ...
0
votes
3answers
118 views
iOS: GUI Automation Testing and Continuous Integration
I have been writing iOS logic tests using OCUnit and OCMock and it's been working great. I want to start adding two things, GUI automation and continuos integration. I have been evaluating KIF, ...
0
votes
2answers
34 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
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 ...
2
votes
1answer
74 views
Change international settings during iOS automation
I'd like to have my iOS automation be able to set the devices language before running a specific test. Has anyone solved this problem?
I really wish the iOS automation framework allowed me to hit ...
0
votes
1answer
137 views
Automating tests using the new ios-driver
I’m trying to automate tests on an iphone simulator or device for a web application running in Safari. The documentation for IPhoneDriver says it is now deprecated and to use ios-driver or appium. The ...






