Tagged Questions
The UI Spy tool enables developers and testers to view and interact with the user interface (UI) elements of an application. (http://msdn.microsoft.com/en-us/library/ms727247.aspx)
5
votes
9answers
5k views
0
votes
1answer
67 views
UI Automation Verify v/s UISpy - The way they find UI elements
I am trying to automate UI interactions for a C++ MFC application. I tried to find elements' automation ID using UISpy and UIAVerify tools. I am on win2k3.
There is a tab control, the automation ID ...
0
votes
0answers
86 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
107 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
33 views
Does UI Spy produce a log file?
I had UI Spy (UISpy.exe) crash. I closed the program and didn't even look at the stack trace in the error message. Does UI Spy produce a log? Is there a way to retrieve this previous failure if there ...
0
votes
1answer
138 views
How do I show ItemStatus in UI Spy?
How do I show the ItemStatus property of an AutomationElement in UI Spy?