1
vote
0answers
47 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
31 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 ...
2
votes
0answers
69 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, ...
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 ...
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
307 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
0answers
97 views

identify UI Automation client

My application is losing A LOT of UI performance, as soon after a TextBox gets the focus. UI becomes 10 times slower. In the profiler, I found that the UI spends A LOT of time doing recursive calls ...
1
vote
2answers
74 views

.NET library to interact with a webpage programmatically

I need to parse some information from a website. I know there are some testing tools that do that, but I need it to be done in real time, from ASP.NET webpage code. So I guess, I need a .NET library. ...
0
votes
1answer
77 views

How to use gherkin language in thoughtwork's twist framework?

I am doing BDD. I am working on Visual Studio 2010 - c#. i looked over internet for gherkin-twist integration but no solution i got. Please suggest me how to use gherkin language in thoughtwork's ...
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 ...
0
votes
1answer
90 views

How to get GridView item from AutomationElement?

I can get the AutomationElement for a ListView/GridView with the FindAll method. The classname for the individual items in a row is ContentPresenter. I would like to get the value but I can only get ...
3
votes
1answer
493 views

Using UI Automation, Winforms Button Invoking multiple times

I'm attempting to use the MS UI Automation Framework in my application for some automated testing. My goal for now is to listen to GUI events and record them, similar to the sample provided ...
1
vote
2answers
457 views

Getting full contents of a Datagrid using UIAutomation

I have need to retrieve all of the items in a Datagrid from an external application using UIAutomation. Currently, I can only retrieve (and view in UISpy) the visible items. Is there a way to cache ...
1
vote
1answer
106 views

What's the difference between AcceleratorKey and AccessKey

I'm writing microsoft UI Automation, there are two attributes AcceleratorKey and AccessKey in AutomationElement class, what's the difference?
0
votes
0answers
468 views

Why AutomationProperties are needed in WPF

As per my understanding, AutomationProperties can be utilized to identify names of controls by UI Automation clients. I want to understand need to create separate set of automation properties, and ...
1
vote
1answer
251 views

How to move an UI automation element to a different location?

I have a C#.NET app where I am able to find a AutomationElement at a particular point using FromPoint function. Now I want to manipulate that AutomationElement so that I can move it to a different ...
1
vote
2answers
466 views

Avoid switching focus while using UI Automation

Just out of curiosity I decided to write a simple tool with the functionality similar to UI Spy. Basically it displays a tree of controls and allows seeing each control's property. Now I've started ...
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 ...
2
votes
0answers
546 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 ...
0
votes
4answers
436 views

Send data to another application via C#

I'm looking for an example code written in C# how do I the communication of my application with another application using. I have an another application that have an ComboBox. I want set the value of ...
3
votes
4answers
1k views

Datagrid contents with UI Automation and .net

I'm having some trouble reading the contents of a Datagrid in an external application using UI Automation and could use some pointers. Here's what I have so far: int id = ...
0
votes
0answers
198 views

UIAutomation with “” (Empty String) Name value, does not reflect changes during runtime

One application I'm automating some tests for is initializing a Text field (UIA_TextControlTypeId(0xC364)) and the developer has it set to initialize as a blank "" for its contents and corresponding ...
0
votes
0answers
40 views

Contains Dialog?

I am trying to determine if a specific ie window (based on title) has an open dialog box using a windows form in Visual Studio 2010 (similar to how UISpy functions). I've looked into using the ...
0
votes
0answers
786 views

UIAutomation AutomationElement force refresh .current and all descendants

I would like to refresh the tree structure of the top level automationelement object (the desktop element) and all of its descendants. The problem I have ran into is a particular program I am testing ...
0
votes
1answer
613 views

UISpy and UIA Verify showing different property values on the same program

I have a program I'm testing that has its close button enabled at one point and disabled at another. UISpy shows 'isEnabled' at both points to be 'true' UIAVerify shows 'isEnabled' at the first point ...
0
votes
1answer
337 views

UI Automation Tool

Im new to Automation and I'm involved in developing an Automation Tool which can be used to Automate and Record all the current Process that are handled in a machine using .NET. Is it possible to ...
-1
votes
2answers
106 views

AccessViolationException when calling function put_ClassName

I am trying to use a predefined function but keep getting an AccessViolationException. I am using com objects as well. I call the function put_ClassName(BSTR obj) but keep getting an exception. This ...
0
votes
1answer
114 views

Cannot Retrieve Custom Control Pattern After Registration

I'm using the automation API to create custom control patterns. Now that I've created my custom patterns, I don't know how to retrieve the existence of my new patterns. I've tried to use ...
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 ...
1
vote
2answers
3k views

How can I send a right-click event to an AutomationElement using WPF's UI automation?

Using WPF's built-in UI automation, it's easy (though pretty verbose) to send a left-click event to an AutomationElement (such as a Button): InvokePattern invokePattern = (InvokePattern) ...
0
votes
1answer
211 views

Forcing .NET/C# UI Automation to use a specific culture (Turkish)

I have a UI Automation application that is written in C# and uses .NET(currently 3.5 but if 4 solves the issue I will gladly change). I am running in an English version of Windows 7. I want be able ...
0
votes
0answers
81 views

Need to SendMesssage to control placed on the top of the main Window of the other process in .NET

I am solving a hooked process related problem. I have extracted the controls of other managed processes and simulated those controls on the some other separate process. After somehow drawing those ...
0
votes
1answer
177 views

How to draw the .NET controls after setting data in properties of specific controls using overrideables?

I need to draw controls using the .NET "show" method of Control. Suppose I have to draw TreeViewControl on a WinForm by providing test data on some click event, but it's not drawing over the parent ...
1
vote
2answers
150 views

Capturing video of application run during profiling

I'd like to know if there is a profiling tool that allows capturing a .NET application's run and at the same time capture it's run in a video format. Afterwards, allowing to scroll through the run ...
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, ...
3
votes
1answer
812 views

AutomationProperties.Name VS x:Name

There is no difference for the "CodedUI test builder" between the AutomationProperties.Name and x:Name. But the first one can override the second one. Also the AtomationProperties.Name supports data ...
3
votes
2answers
2k 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. ...
1
vote
1answer
611 views

Get component type of custom .NET class from window handle

I need to see the component type, meaning the name of the class that was programmed, of a clicked control in another process. I need the type so I can react to the clicked control and then do some ...
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.
1
vote
5answers
2k views

UI Test Automation In .NET

I want to know how could I write a program in C# that opens a browser and go to google.com (I did that easily) I want to write code to automate move mouse to the input text field, click the mouse and ...
1
vote
1answer
434 views

Why is this .net UIAutomation app leaking/pooling?

I've got an app using .net UIAutomation, it eventually runs out of memory and crashes just monitoring windows being shown and closed. Seemed easier to show this in VB than C# but happens the same ...
0
votes
1answer
701 views

How do you write a consistent UI Automation for MS? MSAA & UI Automation don't seem to overlap

Working on a general Automation tool, considering moving from Win32 Message hooks to .net UI Automation, however the feature set of UI Automation doesn't cover all we have in Win32 and still doesn't ...
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 ...
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 ...
2
votes
2answers
1k views

How to Invoke Shortcuts Keys in the UI Automation? / .NET

I'm writing program to automate win32 form. I'm using Microsoft UI Automation library. I don't know how I can get and invoke predifined shortcuts key on that form. Now I simply get AutomationElement ...
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 ...
1
vote
3answers
710 views

UIAutomation with ToolStripStatusLabel

I have a WinForms app, and I can't seem to access the text of a ToolStripStatusLabel through UIAutomation. Microsoft implies that the support for StatusStrips (and presumably items within them) is ...