UI Automation is programmatic/scripted interaction with a graphical user interface, typically for the purpose of testing or accessibility assistance.
26
votes
9answers
15k views
20
votes
8answers
3k views
What's a good, if any, .NET Windows automation library?
I'm looking for a library that can be used in native .NET code, just like any .NET assembly. The purpose of the library must be to automate Windows (push a button, select a window, send keys, record ...
17
votes
6answers
932 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 ...
16
votes
3answers
1k views
When i run my android UIAutomator code, it shows error
When I run my android UIAutomator code, it shows following error.
INSTRUMENTATION_RESULT: shortMsg=java.lang.RuntimeException
INSTRUMENTATION_RESULT: longMsg=com.android.ui.testing
...
14
votes
4answers
975 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 ...
12
votes
4answers
1k views
How can I automatically test the functionality of iOS and Android applications?
I have to regularly test the availability and functioning of a movie rental website. I wrote a Windows program which is able to automate a web browser according to a script, so this task is basically ...
12
votes
3answers
4k views
How to do UI Automation of Metro-Style Apps?
I've downloaded and installed the windows 8 consumer preview, and I'd like to figure out how to use the UI Automation API's to get data from metro style applications.
Background: I have a lot of ...
12
votes
1answer
178 views
What is the correct solution to support IAccesible interface for caret movement in text editors?
I want to implement a text editor from scratch which supports IAccessible interface. I am using MFC and Win32 API.
When the caret position change in the standard text editors like Notepad, the ...
11
votes
2answers
1k views
Frontend testing: what and how to test, and what tool to use?
I have been writing tests for my Ruby code for a while, but as a frontend developer I am obviously interested in bring this into the code I write for my frontend code. There is quite a few different ...
10
votes
3answers
4k views
Experiences with UI Automation and WPF
We are developing a rather large WPF based application and would like to include some automated UI testing in our test suite (which already contains a number of unit tests).
The UI Automation ...
10
votes
7answers
2k views
Is there Anyone who Successfully Implement UI Test Automation Regime using Microsoft UI Automation?
I am looking for an Automated UI test framework/ software tool. In the past I have been using TestComplete, and although it's a good piece of software, but the concept of GUI test automation was ...
9
votes
6answers
8k views
Selenium Web Test Automation Framework Best Practices [closed]
I would like to know your comments on best practices developing web test automation framework
I basically read couple of blogs and finally got convinced with david burns approach listed in book - ...
9
votes
2answers
2k views
Strategy for Automated UI testing on remote virtual machines
I'm using TeamCity for my CI builds, and I'd like to set up a second build for running automated UI tests on Windows XP and Windows 7 virtual machines.
I imagine the build working as follows:
...
6
votes
2answers
3k views
AutomationElement shows up using Inspect.exe but does show not up when using UIAutomationCore.dll or System.Windows.Automation
TL;DR: What am I doing wrong that is causing the workspace pane to show up in Inspect Objects but not show up in my custom code?
I am trying to write some UI automation to a 3rd party program. I am ...
6
votes
3answers
802 views
ContentControl is not visible when application starts via UI Automation test, but its visible when application starts by user
We are using the prism and WPF to build application. Recently we started using UI Automation (UIA) to test our app. But some strange behavior occurred when we run UIA test. Here's simplified shell:
...
6
votes
1answer
861 views
How can I define a ControlTemplate for my TabControl without breaking automated testing?
Summary
In my WPF application, I needed a TabControl with buttons on the left, so I defined a ControlTemplate with the layout I wanted and it worked fine.
However, my tester's automated testing tool ...
6
votes
4answers
718 views
Simulate orientation changes in iOS for testing purposes
I would like to test my app's ability to handle orientation changes (portrait/landscape). I'm currently using KIF and as far as I know, it cannot do this. Is there a way to simulate the rotation ...
6
votes
1answer
579 views
Java Based GUI Automation (Not limited to Java based GUI like Swing)
Is there any open source tool/framework that is written in Java that can be used to automate all Windows applications (not like Abbot or FEST which automates Java based GUI Apps).
I have heard about ...
6
votes
2answers
129 views
UIAutomation: Any way to dismiss “Would Like To Use Your Current Location” alert?
my app is using location services, and for automated testing I want to be able to dismiss the "APP Would Like To Use Your Current Location" popup. However when I try to do this in Instruments with a ...
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 ...
5
votes
3answers
5k views
5
votes
1answer
6k views
How about UI automation testing for iOS app with instruments & Javascripts
Get knowing the automation UI testing for iOS apps from WWDC2010 video session, but no practices for it.
From codeproject project,we can have one example.
Questions here to hear from people who ...
5
votes
2answers
922 views
How to use uiautomatorviewer for android
I used the uiautomatorviewer to do UI android automation. But when i try to take snapshot to list the UI, it shows adb is not installed. Please help friends....
5
votes
3answers
2k views
Linux Desktop UI Automation Tool
I have written a desktop application which is i am using in Linux. I wanted to run some test cases. For that i just wanted automate these test cases are there any automation tools for Linux desktop ...
5
votes
5answers
2k views
UI automated testing within SharePoint
I'm looking for automated Functional Testing tools that can manipulate SharePoint sites, libraries, and documents thought the web interface. It needs to be extensible enough to handle any custom ...
5
votes
1answer
1k views
set text on textfield / textbox with the automation framework and get the change event
I want to set a text on a textfield / textbox element with the Mircosoft UI Automation framework, that means on a AutomationElement from the ControlType.Edit or ControlType.Document.
At the moment ...
5
votes
3answers
960 views
Clicking keyboard 'Next' key using UIAutomation
I have a search field in my app and I have set the return key type of the keyboard for this field to UIReturnKeyNext. I am attempting to write a UIAutomation test that clicks the Next button on the ...
5
votes
1answer
181 views
UIAutomation - different results from Instruments and Command Line
When I run a UIAutomation script in Instruments, everything works fine but when I run the exact same script from the command line, I get this error :
Cannot perform action on invalid element: ...
5
votes
2answers
1k views
Determine if an application is blocked/busy?
I'm trying to automate the GUI of an external application using C#/.NET 4.0
The application that's being automated (AUT) is a VB6 app.
When doing an action, or clicking a button, the AUT sometimes ...
5
votes
0answers
149 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 ...
5
votes
0answers
1k views
Android integration testing: Robotium or UIAutomator? [closed]
I want to setup integration testing for an Android app and I wonder what is better for this: Robotium or recently introduced uiautomator.
I had previous experience using Robotium and this framework ...
5
votes
2answers
206 views
data factory for cucumber, watir
We have a isolated test automation team responsible for automating only watir+cucumber functional test cases. Their code base is not attached with the rails app that other developers are working on, ...
4
votes
7answers
804 views
Are there any existing library for Automation of UI controls in IOS
I am very new to IOS programming. I have a task to find if I can automate my UI for testing. This is what I want to do:
Put some code in my application that randomly (sounds bad but may be ...
4
votes
5answers
2k views
Can't run UIAutomationTest from command line
I have an iOS application, and I want to put it in continuous integration. The strategy I'm using to do that is trying to run the tests from the command line.
I'm trying to do it using the following ...
4
votes
4answers
3k views
how can I improve iPhone UI Automation?
I was googling a lot in order to find solution for my problems with UI Automation. Instead I find post that nice summary them:
There's no way to run tests from the command line.(...)
There's ...
4
votes
2answers
515 views
How can one control third party app which has no API?
I need to control some third party app which has no API and very limited command line arguments.
So I need to simulate user interaction using .net and C#.
What I need to do:
start the application ...
4
votes
3answers
3k views
Tool for automated UI testing for Mac OS X (Cocoa) apps
Is there any open-source free tool for automated UI testing for Mac OS X (Cocoa) apps?
So far I've seen commercial tools such as [Squish] and [EggPlant]. The only free tools I've read about are using ...
4
votes
3answers
1k views
How to test a JQuery UI Sortable widget using Selenium?
We have a sortable list using JQuery UI Sortable that we are trying to automate using Selenium.
It looks like the dragAndDrop function should work, but when we call it, the UI does not change. ...
4
votes
1answer
1k views
How to check element properties in iOS gui automation?
All UI Automation examples I've seen uses standard components whose state can be inspected with the JavaScript API using the value() method. This is a bit limiting. Lets say you want to check the ...
4
votes
1answer
390 views
Python Get Screen Pixel Value in OS X
I'm in the process of building an automated game bot in Python on OS X 10.8.2 and in the process of researching Python GUI automation I discovered autopy. The mouse manipulation API is great, but it ...
4
votes
3answers
4k views
What better tool than Sikuli to use for screen automation on Windows 7 (or preferably multi-platform) [closed]
I'm using Sikuli for Screen automation. i.e for clicking of GUI elements according to their appearance on the screen. This works all right, but Sikuli has one major disadvantage for me:
Slow ...
4
votes
1answer
2k views
UI Automation for WP7 [closed]
is there any tutorial of UI Automation for WP7?
I have been asking mr Google, but noting. I Look at microsoft webpage
...
4
votes
2answers
4k views
UI automation tool for a windows based WPF application with Record and Playback feauture
I am in the process of recommending an UI automation tool for a windows based WPF application in a company
Which targets wide range of customers . The Application lives on a layer of WCF services for ...
4
votes
1answer
747 views
UI Automation and TabControl
I have the following Toolbar
<ToolBar x:Name="mainToolbar"
HorizontalContentAlignment="Stretch"
Style="{StaticResource mainToolBarStyle}"
...
4
votes
1answer
222 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 ...
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 ...
4
votes
1answer
530 views
C# : How to detect if screen reader is running?
How to detect if screen reader is running (JAWS)?
As I understand in .NET 4 we can use AutomationInteropProvider.ClientsAreListening from System.Windows.Automation.Provider namespace, but what if I ...
4
votes
1answer
2k views
How does #import work in iOS' UI Automation?
I'm making a small test framework that uses the JavaScript module pattern for UI Automation testing on iOS. However, I seem to be getting odd results based on #import and extending modules.
I have ...
4
votes
1answer
740 views
UIAutomation and Remote Desktop Connections
I have an application that does some automation on an arbitrary Windows application. I've been using Notepad to test it.
During this automation, I have to invoke events from the code. I currently ...
