UI Automation is programmatic/scripted interaction with a graphical user interface, typically for the purpose of testing or accessibility assistance.

learn more… | top users | synonyms (1)

6
votes
0answers
268 views

UIATarget.setLocationWithOptions course not applying

I'm attempting to automate the path of a user via UI Automation. Ideally, the user location in an MKMapView would update according to the list of waypoints I've explicated in the automation script: ...
6
votes
0answers
386 views

Adding Coded UI support for Silverlight 5 application - System.Core fails to load

I'm having a following problem: Trying to add support for creating coded UI test for Silverlight 5 application (MSDN). First step is to reference assembly ...
3
votes
0answers
100 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 ..." ...
2
votes
0answers
28 views

Click on IAccessible(MSAA) element without DefaultAction

I've been trying to create an automated test with MSAA on python using pyMSAA I faced with a problem when a button does not have DefaultAction b.accDoDefaultAction() Traceback (most recent call ...
2
votes
0answers
67 views

Is MS UIAutomation useless against text? How to set font weight, get caret pos, insert text, etc?

I am researching the Microsoft UIAutomation for controlling text, but am finding it useless. I need to do things like: Get caret position This article implies to me that I need to track the caret, ...
2
votes
0answers
88 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 ...
2
votes
0answers
306 views

How to handle Changing Control IDs in Coded UI tests

Basically i am working on UI automation testing of a windows based application using visual studio CODE UI, problem comes as and when the layout changes or some new control is added in the GUI,and the ...
2
votes
0answers
132 views

Web UI Automation Localization/Globalization testing

I am new to localization\globalization testing. I would like to test my current Web UI application on the same. I am using Selenium driver to drive my automation using C# language. Basically, I ...
2
votes
0answers
59 views

Automate Already Running Java App By Attaching

There is a java app I use (not mine) and I want to automate it. I have used autohotkey before to enter text and click buttons but I am not sure how to get text from a java table using it. What I ...
2
votes
0answers
1k views

Multiple Instances of Firefox during Selenium Webdriver Testing not handling focus correctly.

I have noticed that while running multiple selenium firefox tests in parallel on a grid that the focus event handling is not working correctly. I have confirmed that when each of my tests is run ...
2
votes
0answers
544 views

WinApi: Get Control Name of COM Forms

I want to replace my current UI automation tool (QTP) with .Net framework. I need to test VB6 (COM) application. One of the fundamentals of framework is using the form name. So far I failed to find ...
1
vote
0answers
45 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" ...
1
vote
0answers
81 views

Get url from all open tabs in Google Chrome using VB .Net and UI Automation

Hello I have this code working to get current url on Chrome, but only get active tab url. I need to get url from all open tabs using UI Automation. My working code: Function GetChromeUrl(ByVal proc ...
1
vote
0answers
35 views

UIAutomator error when runnging tests

I am having big problemes with the uiautomator from google. I have a S3 not rooted and I can't run my tests on the device. Error: INSTRUMENTATION_RESULT: shortMsg=java.lang.RuntimeException ...
1
vote
0answers
34 views

How to generate code coverage file with Frank automation - Locally (Without Jenkins/Hudson)

I've seen various articles describing how to run Frank automation on Jenkins/Hudson using headless app running method. But is there a possibility to run the Frank Automation locally and generate the ...
1
vote
0answers
53 views

TreeWalker cant see AutomationElement, but UIA Verify can

I'm using the UI Automation Framework and I'm trying to parse my UI using a TreeWalker. (I have also tried the solutions suggested here but it didn't help much.) I have a single pane which contain ...
1
vote
0answers
47 views

How to programatically invoke the functions available on browser Add-on

One of client requires a add-on to be installed for a browser and perform all the available functions of that add-on from the add-on bar. The add-on has been coded in Javascript and there are many ...
1
vote
0answers
66 views

automating of Siebel app via COM/Siebel Application Server: how to get FIELD names?

For a .Net WCF service I'm using COM/Siebel Application Server to automate Siebel 6.3.0.316 but I haven't figured out how to find out field names. I can query Siebel views for their names, but I'm not ...
1
vote
0answers
305 views

UI Testing and automation on Windows Phone 8

Can I run UI automated testing on a Windows Phone 8 emulator? So far all the answers and articles I could find refer to Windows Phone 7 platform. Are there any Microsoft tools or perhaps some third ...
1
vote
0answers
58 views

Can we compare two dump file(xml) taken by uiautomatorviewer

I am using uiautomatorviewer tool of Android API Level 17, so I want to compare two dump file which is taken by uiautomatorviewer tool for UI Testing.
1
vote
0answers
152 views

Not able to run adb command in Ui Automator

I am not able to run adb command in UI Automator. When I run a adb command using Runtime r=Runtime.getRuntime().exec("adb devices"); I get the following error: Error executing exec: Command:(adb ...
1
vote
0answers
109 views

UI Automating a VB6 application from .NET

For the last few days i have been trying to figure out the best way to get AutomationElement for a specific control in a vb6 application. My initial way of doing so was by doing a search with the ...
1
vote
0answers
46 views

How do I use UI Automation Library to calculate load time for UIElement/FrameworkElement on button click?

My application has a button which creates a UIElement/FrameworkElement on the fly. I want to use the UI Automation library to click on the button so the element shows up. My problem I want to ...
1
vote
0answers
21 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 ...
1
vote
0answers
73 views

accessibilityLabel and Title the same for UIAutomation in Xcode?

I watched Apple's video on UIAutomation and saw some online tutorials about it. Most say to either set the accessibility label in code like: self.helpButton.accessibilityLabel = @"helpButton"; ...
1
vote
0answers
169 views

How to automate html5 ui tests

I have been using Xcode’s instruments for running UI automation on IOS apps our team have been developing. I’ve just been asked to start UI testing on some HTML5 android apps and have been looking ...
1
vote
0answers
83 views

count the number of rows/columns using UI Automation

I am new to UI Automation. I am working on UIAutomation IPad for one of the clients. I need to perform the below activities 1. When we click on Products list page, I will see a tabular format with 2 ...
1
vote
0answers
62 views

Automatization Java AWT applet

I need to automate my java application. I work with Selenium, but in this case it doesn't recognize elements of GUI. We use Java AWT of 2000. Can you help me with choosing right automation tool. I ...
1
vote
0answers
226 views

How to write a text box control on C++/CX for Windows Metro Style application?

I need to write a text box control for Metro Style app. And I need that this text box can invokes a touch keyboard, when my app runs on tablet PC. Microsoft advices me: If you are writing a ...
1
vote
0answers
70 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.
1
vote
0answers
196 views

UI Automation Com wrapper not finding child controls

I have a context menu (PopupMenuControlTrusted control from infragistics) Using inspect.exe I can find the menu and sub menu items with no trouble Using UI Automation Verify ...
1
vote
0answers
211 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: ...
1
vote
0answers
59 views

What all things do one needs to consider when UI scripts needs to support same application in different language

We have developed few UI automation scripts using Microsoft UIA for automating application developed in wpf. Currently our dev team is working on to support French language and making necessary ...
1
vote
0answers
254 views

Trying to access toolbar button is nil

I have been working on writing some automation scripts for an app I am writing, and have been trying to get the following function to work. I was able to finally get it to complete correctly, but with ...
1
vote
0answers
315 views

Export results from Trace view of Instrument - ios UI automation - at runtime to an excel sheet programmatically

I want to export test results to an excel sheet programmatically - runtime - or all together at once . My basic aim is to automate the result updation to a website in due course. From what I have ...
1
vote
0answers
221 views

iOS automation script - simulator does not seem to do something

I use a script to simulate user interaction into my app, but I have a problem here. The simulator does not seem to do something. I don't work before with automation scripts but in some videos on ...
1
vote
0answers
149 views

Determining when an IE window is displaying a dialog box from a desktop app

I am attempting to determine if a selected browser window is showing a dialog box. I am using the shdocvw.internetexplorer object to grab the browser and get specific elements of the browser. I am ...
1
vote
0answers
313 views

Implementing IGridProvider, IValueProvider in AutomationPeer class

I have written AutomationPeer class for my custom control: // Automation Peer for the CustomControl private class CustommControlAutomationPeer : FrameworkElementAutomationPeer, ...
1
vote
0answers
182 views

Is there any Puppet Master Service to application Using UI Automation Framework in .Net?

I know white but it is a library, what i am looking for is a kind of application or service (windows service), It would be great if it is extensible and open source.
0
votes
0answers
22 views

How to get values assigned via ParentTemplate with WPF automation?

There is xaml: <Window x:Class="WpfApplication1.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" ...
0
votes
0answers
24 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
0answers
15 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
10 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
0answers
62 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
14 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
21 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
0answers
40 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
0answers
20 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
84 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 ...
0
votes
0answers
42 views

UIAutomation different behavior on iPad and on iPhone

I'm trying to write automated UI test with UIAutomation and found diffence in behavior on iPad and on iPhone. I've got table cell with text field inside and try to reach that field (to insert text ...

1 2 3 4 5