Tagged Questions

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)

16
votes
8answers
1k views

What's a good, if any, .NET Windows automation library?

[Note: edited q. for the bounty and to make it clear, but q. remains the same] I'm looking for a library that can be used in native .NET code, just like any .NET assembly. The purpose of the library ...
9
votes
6answers
1k 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 ...
7
votes
3answers
2k 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 ...
6
votes
2answers
884 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: ...
5
votes
2answers
98 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
2k 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
1answer
381 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 ...
5
votes
9answers
5k views

Where do I get UI Spy?

Where can I download UI Spy?
5
votes
4answers
1k 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 ...
4
votes
4answers
255 views

How can I automate the “next episode” button in Netflix (mac)?

Here's my goal: When my daughter wakes up at 4am I'd like to be able to queue the next 4 episodes of Shaun the Sheep (20 min) so I don't have to wake up every 20 min to start the next show. So really ...
4
votes
1answer
147 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
284 views

Silverlight: How to force a screen reader to read something?

Silverlight does a good job of making the automation tree accessible, but is there a way to programatically ask a screen reader to read something? Up until now I've been using: AutomationPeer ...
4
votes
1answer
364 views

UI Automation and TabControl

I have the following Toolbar <ToolBar x:Name="mainToolbar" HorizontalContentAlignment="Stretch" Style="{StaticResource mainToolBarStyle}" ...
4
votes
2answers
157 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
1answer
209 views

Access Silverlight window within Chrome via System.Windows.Automation

This is probably futile, but I'm wondering if anyone out there has experience doing this. I'm trying to access a Silverlight application hosted within Google Chrome by using System.Windows.Automation ...
4
votes
3answers
2k views

Question - Selenium Web Test Automation Framework Best Practices

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 - ...
3
votes
6answers
314 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 ...
3
votes
2answers
271 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 ...
3
votes
2answers
194 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 ...
3
votes
2answers
165 views

Get the AutomationElement for a WPF Popup

I'm working on a project that uses a popup in an editor to provide objects in a ListBox for users to double click in order to add them to their document. I'm trying to create automated tests for the ...
3
votes
2answers
547 views

What is the difference between using System.Windows.Automation and Microsoft.VisualStudio.TestTools.UITesting for WPF UI Test automation?

What is the difference between using System.Windows.Automation (commonly known as UIA) API and Microsoft.VisualStudio.TestTools.UITesting (one that is used in Coded UI Test behind the scene) for ...
3
votes
2answers
648 views

How to get selected text from ANY window (using UI Automation) - C#

I have a small tray application which registers a system-wide hotkey. When the user selects a text anywhere in any application and presses this hotkey I want to be able to capture the selected text. ...
3
votes
3answers
534 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. ...
3
votes
1answer
920 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 ...
3
votes
1answer
348 views

Telerik controls and UI Automation?

I'm currently doing some proof of concept for the test team to test our WPF app. Everything works great except for when we try to do Assertions on items in the Grid. We are currently using Telerik ...
3
votes
2answers
3k 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 ...
2
votes
0answers
40 views

Is there a nice way to script network related tests using UIAutomation on iOS

I'm looking for a way to test some network connectivity scenarios using UIAutomation (e.g. making sure the right messages are shown to the user for various connectivity scenarios). Has anyone come ...
2
votes
0answers
69 views

Android Testing - Issue with ActivityInstrumentationTestCase2?

I am running UIAutomation for android using Robotium and ActivityInstrumentationTestCase2. I have a test suite with 5 tests. Sometimes my test randomly crash because a test starts, once the previous ...
2
votes
1answer
282 views

White UI Automation : Get WPF DataGrid cell value?

I'm very new to white project, and I wast just checking its features... In my work, I deal intensively with wpf & datagrids, I couldn't get the value of datagrid cell when the column is ...
2
votes
1answer
152 views

How to get an instance of White.Core.UIItems.WindowItems.Window which can automate a WPF Window that is created inside an integration test?

I have created an integration test using the White automation framework. This is the start of the integration test: var app = Application.Launch("WPFIntegrationTest.exe"); var window = ...
2
votes
1answer
103 views

Getting started with UIAutomation

I'm trying to find a good resource to get started with UIAutomation. I need to simulate mouse input in a WPF application. Are there any good examples out there? I couldn't find any, and the MSDN ...
2
votes
1answer
58 views

What solutions are available to automate keystokes and entry of incrementing filenames?

I am assembling image sequences, each sequence consisting of 1-5K png images. Each sequence is then subject to a large number of image manipulations. These manipulations are identical for each image, ...
2
votes
0answers
551 views

Test automation - Win32 app - White/UI automation - problem with recognizing objects

I’m looking for alternative for existing tests written in QTP for my Win32 application written in Borland C++. My candidate is White which based on UI Automation because it’s native solution, I can ...
2
votes
1answer
229 views

Using Caching with AutomationElements does not give me a speedup - intended or wrong usage?

I am trying to increase the speed of some UI Automation operations. I stumbled across the (not so well) documented caching possibility. From what I have understood, the whole operation (if you have a ...
2
votes
1answer
174 views

How can I obtain an AutomationElement reference to an application running in the Windows Phone 7 Emulator?

Windows Phone's Silverlight support includes support for the System.Windows.Automation classes, but there doesn't appear to be any way to get an AutomationElement reference to the application from ...
2
votes
2answers
198 views

c# UI Automation label

I am using Microsoft's UI Automation library for quite a while now, and I have been able to manipulate textboxes and buttons. However, I have problems with some of the controls. I have a program ...
2
votes
1answer
199 views

Silverlight UI Automation of a Child Window and its controls?

I have trouble to make UI Automation of the Child Windows. I cannot trace any element inside any child window in the project. I am using UISpy. I set AutomationProperties.AutomationId for all of ...
2
votes
3answers
324 views

White UIAutomation click() stops working on different platform

I'm using White to automate the BDD testing of our C# WPF UI. My first couple of tests are working well on my development machine (running Windows 7). However, when I try and run the same code on ...
2
votes
2answers
379 views

WPF UI Automation with Caliburn.Micro?

I am attempting to write some UI automation tests for a WPF application that is using Caliburn.Micro and White. I am using CM's builtin conventions to bind my controls to the view model's properties ...
2
votes
1answer
338 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 ...
2
votes
3answers
143 views

How do I fill text-boxes in a gui application through command line?

I'm designing an NLP (Natural Language Processing) application in python and I want to use the following UNL (Universal Networking Language) EnConverter that is an executable gui - 3rd party - ...
2
votes
1answer
149 views

Finding children of a GtkWidget

I need to be able to explore a GTK GUI's structure programmatically. I have the GtkWidget and I want to find any children of that widget. Now I know that GtkContainer's have a function to find ...
2
votes
3answers
173 views

python+windows automation - windows glitch sometimes

I'm automating some windows stuff with Python, using PIL to take screenshots and such. the issue is that sometimes, deep in some function, I'll do a time.sleep(1) and the GUI app I'm interfacing with ...
2
votes
1answer
487 views

Using White/UIAutomation How to get a right-click context menu

When using UIAutomation I can't seem to be able to get a reference to the context menu that is shown when a right click is command is executed. The following example shows a case where I opened up a ...
2
votes
3answers
1k 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 ...
2
votes
3answers
489 views

How can I tell if a process has a graphical interface?

I'm using automation to test an application, but sometimes I want to start the application via a batch file. When I run "process.WaitForInputIdle(100)" I get an error: "WaitForInputIdle failed. This ...
2
votes
1answer
323 views

Automate Remote Window with with AutoIT

I'd like to use AutoIT's COM interface in a C# application to automate a window on a remote machine. I have code that looks like this: var type = Type.GetTypeFromProgID("AutoItX3.Control", ...
2
votes
1answer
135 views

Windows Automation with Matlab

Hello I'm trying to control FastHenry2 via Windows automation with Matlab. I'm new to that topic. If I understood everything right I have to open it: ax=actxserver('FastHenry2.Document'); and than ...
2
votes
3answers
984 views

UI automation tool for Java Swing application with Record and Playback and screen capture facilities

Can someone suggest a UI automation tool for a Java Swing application with Record and Playback and screen capture facilities
2
votes
1answer
234 views

null object reference with automation enabled flex-application at preloader

We are trying to automate our flex application. After adding automation libraries to our project we get the following exception: TypeError: Error #1009: Cannot access a property or method of a null ...

1 2 3 4 5