I\'m trying to find an AutomationElement in a particular row of a GridView (so there are many identical elements). I\'m iterating over the elements in the row, and I\'d like to use a matcher to see if
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 eith
We\'ve got some automated UI tests for our WPF app (.NET 4); these test use the UI Automation API\'s.
Using Nunit Frame work or Creating Visual studio Test Projects which one is the best way to save the ti开发者_高级运维me and effective automation?
Greetings all, I’m working on a C# program that requires being able to get the index of the hot item in Windows 7 Explorer’s new ItemsView control.Fortunately, Microsoft has provided a way to do th
I am using Microsoft UI Automation (i.e. AutomationElement) to run automated acceptance tests against my application. This has gone well, but I\'ve hit a situation that doesn\'t appear to be exposed t
We have an old legacy application we need to automate. It uses MDI Windows. We\'re using UIAutomation and I can succesfully get the appropriate AutomationElement for each MDI Child window.
For a project I have to start an application in C#, rip out the AutomationElement tree related to the process, and then close the application and output the tree. I\'m doing this by opening the applic
I am trying to test a WPF application using the UI-Automation framework that MSFT provides. There were a few powershell scripts written that invoked the cmdlets created to manipulate the visual contro
I\'m evaluating UI Automation for UI testing for that I have a WPF application with the following button defined: