Tagged Questions
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 ...
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 ...
3
votes
2answers
275 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
655 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
2answers
170 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 = ...
1
vote
2answers
429 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) ...
1
vote
2answers
54 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
181 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
1answer
364 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
80 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
6answers
604 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
222 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 ...
1
vote
2answers
686 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 ...
1
vote
2answers
475 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 ...
0
votes
0answers
37 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
33 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
95 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
109 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
75 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 ...
0
votes
0answers
50 views
Linking Client-side/Server-side provider to custom control pattern
I'm trying to create a custom control pattern to use for my app. I have successfully created the implementation for the pattern and I am able to register it with the UI Automation core.
At this ...
0
votes
1answer
57 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 ...
0
votes
0answers
66 views
Where can I download the MITA Dlls like Mita.Foundation.dll, Mita.localization.dll etc for UI automation?
I am looking to download MITA dlls which are meant for UI automation. Could anyone help me from where I can download these dlls.
0
votes
1answer
110 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
58 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
93 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 ...
0
votes
1answer
385 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 ...
-1
votes
2answers
53 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 ...