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\'m currently trying to automate a test case using the White UI-Automation framework. In doing this I\'m having some trouble with drag and drop.I\'m trying to drag from a button to a point on the scr
I\'m trying to run UI-tests (written using white). When I run them using NUnitConsole everything works fine. When I try to run them using TeamCity I get the following exception Test(s) failed. White.C
This is about testing a desktop application. I have been trying to click a hyperlink on an embedded browser of a Windows form. I could move the mouse anywhere if the component (buttons, or whatever) i
I have an application I\'m trying to write an automated UI test for. The is a native C++ ATL application, which has a couple of controls, and a MenuBar. An automation client application written in C#
Closed. This question needs to be more focused. It is not currently accepting answers. 开发者_StackOverflow中文版
I have trouble to make UI Automation o开发者_Python百科f the Child Windows. I cannot trace any element inside any child window in the project. I am using UISpy.I set AutomationProperties.AutomationId
Consider that I have a MainWindow that has the following button declared in its XAML: <Button x:Name=\"MyButton\" Command=\"{Binding SomeCommand}\">Click me!</Button>
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) f开发者_C
Closed. This question needs to be more focused. It is not currently accepting answers. 开发者_开发问答