-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am investigating automated testing of an old Win32 application that used ActiveX controls. I am spiking use White (from Thougthworks) that uses Microsoft UIAutomation. I can find the AutomationElement related to the control, but how do I interact with it?
Spy++ sees the grid control as a single…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
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 seem to support all the GUI on Windows.
One such example is Windows Live Messenger.
Windows Live…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
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 Framework from Microsoft partly sounds like a perfect fit for programatically launching and interacting…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I would like to be able to use a tool like WatiN to automate somethings that needs to interact with a Web App that is access by using an instance of IE running on Citrix. So far it seems impossible to interact with the window at even a rudimentary level using SendKeys as the internal UI components…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Dear all,
I am tasked with a project that requires me to retreieve a specific file from a folder where I can only get an X and Y on the screen. While in XP I managed to use the fact that windows explorer is in essence a list view, and used the WM_HITTEST message to obtain information about the file…
>>> More