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)

1
vote
2answers
85 views

Ideal way to model elements on a web page as classes in WebDriver for abstraction and re-use

What could be the ideal way to model the elements on a webpage as classes for the sake of abstraction and re-usability? Currently, what I have created is a BaseElement.java class that contains the ...
0
votes
1answer
164 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
98 views

Error thrown by Fitnesse while executing a C# method that creates an Excel

I have an application test framework developed in C# which stores the result in an Excel file after each step. When executed inside the solution everything works fine. But when I am integrating the ...
0
votes
1answer
87 views

How can I automate test HTML5 elements in the UIAWebView in Instrument?

I am trying to automate the test of a mobile app, which is HTML5 embedded in Native app frame. I used the following code to get the elements in Instrument UIALogger.logStart("Log elements in the ...
5
votes
0answers
151 views

Is UI Automation really a good choice for the WPF application testing? [closed]

When talking about automating the UI tests conversation always ends up with the UI Automation. Is it the only option? I personally don't like it for one main reason - complexity. It is designed to ...
0
votes
2answers
90 views

How to handle slow network connections with UIAutomation

I noticed that all my UI tests fail when the network is slow. For instance a user would try to login and then the next screen wouldn't load fast enough in order for another UIElement to be on screen. ...
3
votes
1answer
232 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
228 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 ...
0
votes
0answers
21 views

How to detect mouse event in other windows application

I want to create windows application that remember what use input in other application. And playback it again and again. But I don't know how to use UIAutomation library in .NET to hook and handle ...
3
votes
2answers
162 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 ...
0
votes
2answers
80 views

How to find out the number of open windows in an application under test

I'm using coded ui to do my automation I need to count how many windows open for a test case but have no idea how to do it. Have tried using find and getting the applicationundertest and walking the ...
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: ...
1
vote
1answer
73 views

Subviews not shown in hierarchy even if parent view is accessibly disabled

I have a Nib file with the following hierarchy: parent view -image -label -label Long press gesture recognizer I have disabled parent view's Accessibility and enabled the accessibility on its ...
0
votes
2answers
439 views

uiAutomator failing on 4.1.2 device

When playing with the Android uiAutomator I've run into an issue when trying to run the tests on a 4.1.2 device. When using the code from the enter link description here an exception is thrown when ...
6
votes
0answers
388 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 ...
0
votes
0answers
57 views

Retrieve the text from a WinClient in coded UI automation project on SKYPE

I have been trying to do a coded UI automation on SKYPE. I need to wait till someone pings me a question. For that I need to extract the text from the Skype chat display which is a WinClient. So I ...
0
votes
1answer
110 views

sikuli with Hudson possible?

We have a windows-based app to install our app using the InstallAnywhere wizard. We also have a linux-based app to install our app using InstallAnywhere wizard. Can sikuli be used with Hudson, a ...
0
votes
1answer
66 views

How to click on RelativeLayout with UiAutomatorViewer

I have UiObject okButton = new UiObject(new UiSelector().text("button1")); okButton.click(); and it works perfectly I set android:contentDescription="button1" and everything works fine, the button ...
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
1answer
41 views

how to programatically fetch xpaths of all elements on a web page from any browser

I am newbie to Web UI automation and as part of it, we require to fetch and store the Xpaths of all the elements such as labels, buttons, hyperlinks, textboxes, checkboxes, radiobuttons, images etc ...
1
vote
1answer
441 views

UiAutomator getLastTraversedText()

I was trying to test an Android Webview using Android UiAutomator. As I understand the documentation, scrolling through a WebvView would generate UI traversal events, and those should be readable via ...
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 ...
2
votes
0answers
90 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
1answer
285 views

How to get text from a windows control's textbox? and how do I know it's a textbox?

I've used spy++ to find the right handle of the wanted windows control, which belongs to a standalone application which isn't managed. Note that the spy++ "property inspector" mentions that this ...
0
votes
1answer
281 views

Error running UI Automation from command line

I think this is a first - I'm getting an error and the exception constant that I'm getting back returns nothing when I search for it on Google. Basically I'm trying to run UI Automation on my iOS app ...
1
vote
0answers
67 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
311 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 ...
0
votes
1answer
168 views

White UI Automation C# loading White.Core assembly fails

I tried to get a simple example running to start the Windows calculator and do some things: White: An UI Automation Tool for Windows Application Saldy above link is old so I adapted the code from ...
0
votes
0answers
46 views

How to automate custom designed browser based appliacation?

We have an JavaScript application which runs on our own custom designed browser. Now, I have came across the situation to automate our application on that browser. I have vast experience in Selenium ...
0
votes
1answer
70 views

How to Stop the automation testing in ios

Is there any possible way to stop the automation testing? Actually i m testing my app with automation javascript. I have two test in my script. if the first test fail i dont want to continue my ...
0
votes
1answer
167 views

Android Web Driver - cannot simulate touch actions

I've downloaded the android_webdriver_library.jar via the Eclipse ADT SDK Manager under Extras/Google Web Driver and reference it in my eclipse project. How do I simulate a touch action like tapping ...
4
votes
1answer
226 views

How to fill in password EditText with Android uiautomator?

Is it possible for the uiautomator to select a password EditText? I have no problem finding other EditText views by their android:hint property, but the uiautomatorviewer shows all password fields as ...
0
votes
1answer
121 views

Using Windows.Automation, can I locate an AutomationElement by regex?

I have an object tree that has row objects within a table parent. I'm attempting to put all these rows into an AutomationElementCollection AutomationElementCollection asdf = ParentTableObj.FindAll ...
0
votes
0answers
51 views

How to validate font, color and size of a button in UIAUTOMATOR for Android App test?

I am using UIAutomator Viewer and UI Automator to automate my android APP UI testing. I need to validate the UI elements of the APP. For example: For a particular button I need to validate the font, ...
0
votes
0answers
122 views

Controlling external Qt application - Open File

I need to be able to control an external Qt application so that I can open a file in the application. I have tried using Process to get the Window Handle and then via PInvoke using GetMenu, ...
-1
votes
1answer
87 views

Automation testing without programming? [closed]

Can anyone recommend an automation testing tool for Windows Mobile and web based testing together (record and play, no programming)?
0
votes
1answer
132 views

How to enter text into a textfield in a web view using UIAutomation

My iOS app has a log-in page with username and password textfields. These text fields are in a web view. I am trying to automate the log-in process with UIAutomation. I know that working with content ...
0
votes
1answer
74 views

win32oleruntimeError: (in ole method 'text':)

The error occurs when I try and access the text property: #Here is where my error occurs $password=wrksheet.cells(rows,"B") ['text'] Full example in context: #require ...
0
votes
0answers
75 views

AutomationElements in VBA

I have the following code: Option Explicit Sub test() Dim Automation As New CUIAutomation Dim App As IUIAutomationElement Set App = FindChildByAutomationId(Automation.GetRootElement, ...
0
votes
1answer
115 views

Accessing elements of webview within a native iPhone app using UI Automation

I am working on UI test automation using Apple's UIAutomation framework for a native iPhone app that uses web views for its checkout transactions. The problem I am facing is that when I tap on ...
2
votes
1answer
82 views

automate windows tasks using image recognition [duplicate]

There are alternatives to sikuli to automate windows repetitive operations with image recognition? Sikuli is great but it seems to not be updated since 2010 and there are no record tools.
0
votes
4answers
127 views

Ranorex not able to recognise elements uniquely?

An existing application has an html table, within the body tag, there are multiple td tags with the same name Ranorex isn't able to all of them to the repository, since all of them have the same ...
0
votes
0answers
37 views

MY Xcode-Instrument is not syncing with my simulator

I am having Mountain lion os, with xcode-instrument version 4.5 and simulator is of v6.0, when iam trying to sync my app to instruments for UIAutomation i am getting error. Error message : An error ...
0
votes
1answer
448 views

How to store list of WebElements from a table in to a list while implementing selenium webdriver?

I am trying to save a column of elements into a list from a table structure with the below expression on which I need to perform a click operation to validate those buttons. Code : I have the value ...
0
votes
0answers
92 views

Is there a way to set the AutomationID of an abject without using XAML?

I need to automate a Winform application. How do I set the AtumationID (or AutomationName) like the the XAML in this article does? From this stack overflow article the answer seems to be no, unless ...
0
votes
1answer
67 views

In Spy++, what value is the control's name?

I'm using System.Windows.Automation to get some UI control text values from labels in a group box. I'm trying to use spy++ to get the control names I'm looking for. AutomationElement Root = ...
2
votes
0answers
312 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 ...
0
votes
1answer
119 views

Catch click-event of button in external app

I would like to know whether a button in an external app is clicked. Before I had to do the clicking myself, for which I used the following code: //Get window IntPtr wrapUp = ...
0
votes
0answers
44 views

generating java classes during build time to create test automation libraries for a java based web application

i just started working on web applications, with no prior experience or knowledge. Currently i am into test automation for a java based web application(OUAF). This application has got menus and lot ...
0
votes
0answers
35 views

automate to test rich text editor in UIAutomation

I'm using UIAutomation to automate the iPad application which has rich text editor. I need to write the script to check if some of my texts are bold, underline, strike, italic, color... Could anyone ...

1 2 3 4 5 12