<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>UIAutomationVerify Forum Rss Feed</title><link>http://www.codeplex.com/UIAutomationVerify/Thread/List.aspx</link><description>UIAutomationVerify Forum Rss Description</description><item><title>New Post: Why it cannot identify the some of the controls which Inspect could identify?</title><link>http://uiautomationverify.codeplex.com/discussions/438634</link><description>&lt;div style="line-height: normal;"&gt;I have .net client app that has a treeview, while Inspect.exe could identify every node but UIA Verify doesn't recognize the treeview at all. Are they using different techniques?&lt;br /&gt;
&lt;/div&gt;</description><author>ppstay</author><pubDate>Mon, 01 Apr 2013 06:58:02 GMT</pubDate><guid isPermaLink="false">New Post: Why it cannot identify the some of the controls which Inspect could identify? 20130401065802A</guid></item><item><title>New Post: TreeWalker cant see element, but UIA Verify can. Help please!</title><link>http://uiautomationverify.codeplex.com/discussions/438015</link><description>&lt;div style="line-height: normal;"&gt;I'm trying to parse my UI using a TreeWalker. My UI consists mainly out of DevExpress components. &lt;br /&gt;
&lt;br /&gt;
I have a single pane which contain one child pane and several child buttons. They're all on the same level so I suppose they are siblings. When I use the TreeWalker to parse the elements, I can only 'see' the pane - never the buttons.&lt;br /&gt;
&lt;br /&gt;
What bugs me is when I use UIA Verify and select one of the buttons, it manages to build and draw the hierarchy. Then, if I select controls, via the context menu &amp;quot;Go to sibling&amp;quot;, I can easily jump between the child pane and other child buttons.&lt;br /&gt;
&lt;br /&gt;
I've tried all different versions of the TreeWalker e.g. Control and Raw, yet I end up with the same results - nothing - it only sees the child pane.&lt;br /&gt;
&lt;br /&gt;
Can someone perhaps give me a high level overview of how UIA Verify is able to build up its hierarchy and still show (and manage to navigate between) all components? Why can't I replicate that in code?&lt;br /&gt;
&lt;br /&gt;
Many thanks&lt;br /&gt;
&lt;/div&gt;</description><author>Dewald</author><pubDate>Tue, 26 Mar 2013 11:51:24 GMT</pubDate><guid isPermaLink="false">New Post: TreeWalker cant see element, but UIA Verify can. Help please! 20130326115124A</guid></item><item><title>New Post: Visual UIAVerify cannot compile+ run from VS 2008</title><link>http://uiautomationverify.codeplex.com/discussions/258738</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;From what I can tell, looking at the Visual UIA Verify (2.0) source code, it was compiled with .Net 3.5, so perhaps check that you have installed .Net 3.5 Framework installed on your host machine. We had a couple of XP and 2003 machines here that wouldn't
 run the tool, but after doing a Windows Update and ensuring that .Net 3.5 was installed, it resolved the issue.&lt;/p&gt;
&lt;p&gt;I haven't spent time trying to confirm the specific package, as for the machines we were having trouble with, I ended up just pulling all critical Windows Updates. I had tried doing it step by step to see if I could find which one, but after messing with
 .Net 4.0, and .Net 2.0 frameworks, and a variety of VC++ runtimes, I ended up giving up, and just pulling all updates. Didn't have the time to trace the specific dependency.&lt;/p&gt;
&lt;/div&gt;</description><author>jasonking</author><pubDate>Tue, 18 Dec 2012 08:22:46 GMT</pubDate><guid isPermaLink="false">New Post: Visual UIAVerify cannot compile+ run from VS 2008 20121218082246A</guid></item><item><title>New Post: Error while installing UIA Verify</title><link>http://uiautomationverify.codeplex.com/discussions/341334</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;With machines where I have observed this error, it has generally been resolved by running the Windows Update for that machine. I think Visual UIA Verofy requires the .Net 3.5 Framework, but I haven't tinkered with it enough to be sure. But I've found that
 if you simply do a full Windows Update and pull all the critical items, then it'll resolve your issue.&lt;/p&gt;
&lt;/div&gt;</description><author>jasonking</author><pubDate>Tue, 18 Dec 2012 08:18:29 GMT</pubDate><guid isPermaLink="false">New Post: Error while installing UIA Verify 20121218081829A</guid></item><item><title>New Post: UIA Verify is a great library / tool</title><link>http://uiautomationverify.codeplex.com/discussions/353467</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Based on this tool, I have created an automation tool&amp;nbsp;https://github.com/ldtp/winldtp you can write tests in Python scripting language. API's are compatible with&amp;nbsp;http://ldtp.freedesktop.org/wiki/ which works on Linux / Solaris platform. This can
 be extended to other scripting language or loaded into your project.&lt;/p&gt;
&lt;p&gt;Microsoft have done a great job, without this library its not possible. Have verified this test's on Windows XP SP3/ Windows 7 SP1/ Windows 8 development version.&lt;/p&gt;
&lt;p&gt;To test the setup you can&amp;nbsp;http://download.freedesktop.org/ldtp/winldtp-latest/WinLDTP.msi&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;/div&gt;</description><author>nagappanal</author><pubDate>Wed, 25 Apr 2012 04:21:32 GMT</pubDate><guid isPermaLink="false">New Post: UIA Verify is a great library / tool 20120425042132A</guid></item><item><title>New Post: Error while installing UIA Verify</title><link>http://uiautomationverify.codeplex.com/discussions/341334</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;&amp;#65279;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;While runthe &amp;nbsp;VisualUIAVerify.exe in my XP-SP3 i got following error message &amp;quot;The type initialize for 'System.Windows.Automation.AutomationElement' threw an exception&amp;quot;.Anyone pls help me..&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;</description><author>Gopi2688</author><pubDate>Wed, 22 Feb 2012 16:10:10 GMT</pubDate><guid isPermaLink="false">New Post: Error while installing UIA Verify 20120222041010P</guid></item><item><title>New Post: Visual UIAVerify cannot compile+ run from VS 2008</title><link>http://uiautomationverify.codeplex.com/discussions/258738</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Getting the same error on Windows XP SP3 with all updates.&lt;/p&gt;
&lt;p&gt;Tried with&amp;nbsp;/noclientsideprovider and got same error.&lt;/p&gt;
&lt;p&gt;Please, help!&lt;/p&gt;&lt;/div&gt;</description><author>LucID</author><pubDate>Tue, 16 Aug 2011 08:45:45 GMT</pubDate><guid isPermaLink="false">New Post: Visual UIAVerify cannot compile+ run from VS 2008 20110816084545A</guid></item><item><title>New Post: Visual UIAVerify cannot compile+ run from VS 2008</title><link>http://uiautomationverify.codeplex.com/discussions/258738</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I also have this problem running visualUIAVerify.exe from the folder directly from my flash drive on a 64 bit XP install.&lt;/p&gt;
&lt;p&gt;The system is up to date and has updated to .Net 4.0&lt;/p&gt;
&lt;p&gt;I tried to start it up with the /noclientsideprovider in case that would help, but still couldn't get it to run on that machine.&lt;/p&gt;
&lt;p&gt;Anyone have alternatives I could try to get it to run?&lt;/p&gt;&lt;/div&gt;</description><author>EazyCoder</author><pubDate>Thu, 23 Jun 2011 20:18:33 GMT</pubDate><guid isPermaLink="false">New Post: Visual UIAVerify cannot compile+ run from VS 2008 20110623081833P</guid></item><item><title>New Post: Problem with discovering objects - Focus Tracking mechanizm as a solution</title><link>http://uiautomationverify.codeplex.com/discussions/259931</link><description>&lt;div style="line-height: normal;"&gt;Hi, I'm testing very old application written in Borland C&amp;#43;&amp;#43;. I'm trying to prepare automated tests for it based on open solutions. I chose White project which bases on UI Automation libraries as I want to join my tests with nUnit and Hudson. Generally
 I don't have problem with recognizing objects but when I try to recognize content inside the tab contained in Tab Panel or try to see MenuItems of Menu bar then UI Automation/UI Verify works wired. When I run UI Verify (the previous version because the new
 one doesn't work on my box) I see that objects can be 'catch' (noticed) only then when I set 'Focus tracking' option and click on target object or change the keyboard cursor on it. Otherwise it's impossible to find them. Tab tab = window.Get&amp;lt;Tab&amp;gt;(); ITabPage
 tabPage = tab.SelectedTab; AutomationElementCollection newCol = tabPage.AutomationElement.FindAll(TreeScope.Descendants, Condition.TrueCondition); window.Get&amp;lt;Button&amp;gt;(&amp;quot;buttonName&amp;quot;); UI Verifyier can show me children of my 'tab' panel. Can you please help me
 to describe how the mechnizm of tracking is implemented because I'm interested to integrate it/create similar solution in my project.
&lt;/div&gt;</description><author>ruppertus</author><pubDate>Thu, 02 Jun 2011 13:32:11 GMT</pubDate><guid isPermaLink="false">New Post: Problem with discovering objects - Focus Tracking mechanizm as a solution 20110602013211P</guid></item><item><title>New Post: Visual UIAVerify cannot compile+ run from VS 2008</title><link>http://uiautomationverify.codeplex.com/discussions/258738</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;winXP&lt;/p&gt;
&lt;p&gt;I downloaded the UI verify&lt;/p&gt;
&lt;p&gt;1.&lt;/p&gt;
&lt;p&gt;and tried to run it from VS 2008 but got an error compile :&lt;/p&gt;
&lt;p&gt;the type initializer for system.window.automation.automationelement threw an exception&lt;/p&gt;
&lt;p&gt;how I can resolve this problem ?&lt;/p&gt;
&lt;p&gt;2.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;when I run directly from&amp;nbsp;VisualUIAVerify.exe&lt;/p&gt;
&lt;p&gt;&amp;nbsp;got same error as above&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;any help will be appreciated&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;rgrds&lt;/p&gt;
&lt;p&gt;lazar&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/div&gt;</description><author>lazar</author><pubDate>Tue, 24 May 2011 06:18:46 GMT</pubDate><guid isPermaLink="false">New Post: Visual UIAVerify cannot compile+ run from VS 2008 20110524061846A</guid></item><item><title>New Post: Cannot get data point label text via UI Automation API</title><link>http://uiautomationverify.codeplex.com/discussions/258715</link><description>&lt;div style="line-height: normal;"&gt;
&lt;div&gt;
&lt;div&gt;
&lt;p&gt;I create a chart in winform via VS 2010 C# on Win7 and want to automated test the chart such as get the data from the chart.&lt;/p&gt;
&lt;p&gt;First, I use UIAVerify tool to get the automation element.&amp;nbsp;It could get all&amp;nbsp;automation elements' information, such as chart's data point label.&amp;nbsp;But I cannot get the data poine label automation element programmatically with .Net UIA library.&lt;/p&gt;
&lt;p&gt;How could I get the automation element like UIAVerify? I found the AutomationElement in UIAVerify has more propertoes than the one in UIAutomationClient.dll.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Kevin&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;</description><author>kevinku1983</author><pubDate>Tue, 24 May 2011 01:59:18 GMT</pubDate><guid isPermaLink="false">New Post: Cannot get data point label text via UI Automation API 20110524015918A</guid></item><item><title>New Post: Help me in writing basic code </title><link>http://uiautomationverify.codeplex.com/Thread/View.aspx?ThreadId=224930</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi Friends,&lt;/p&gt;
&lt;p&gt;Can any one help me in writing the basic code to automate&amp;nbsp;calculator to do a small calculation&amp;nbsp;(4*5=20) using UIA Verify tool&lt;/p&gt;&lt;/div&gt;</description><author>durgamanil</author><pubDate>Thu, 26 Aug 2010 11:55:40 GMT</pubDate><guid isPermaLink="false">New Post: Help me in writing basic code  20100826115540A</guid></item><item><title>New Post: How does UIA Verify builds the hierarchy</title><link>http://uiautomationverify.codeplex.com/Thread/View.aspx?ThreadId=220835</link><description>&lt;div style="line-height: normal;"&gt;Hi Experts,

Here is a basic question. 
I wanted to know few things:
1. How does UIA Verify identify the objects?
2. How does UIA Verify build the Object Heirarchy?
3. Is it possible to integrate UIA Verfy with VSTS 2010?
4. Can we use the UIA Verify identification properties of an object to create a Object in VSTS 2010?

Thanks,
Shailesh&lt;/div&gt;</description><author>shailesh07us</author><pubDate>Fri, 23 Jul 2010 05:19:25 GMT</pubDate><guid isPermaLink="false">New Post: How does UIA Verify builds the hierarchy 20100723051925A</guid></item><item><title>New Post: templated control will be displayed not correct</title><link>http://uiautomationverify.codeplex.com/Thread/View.aspx?ThreadId=78540</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;I try uiaverify to found a custom control inside of a gridsplitter.&lt;/p&gt;
&lt;p&gt;Application is written in wpf and the area is templated and has a style.&lt;/p&gt;
&lt;p&gt;UIAVerify display the gridsplitter on this way:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;a href="http://img683.imageshack.us/img683/8831/uiaverify.jpg"&gt;http://img683.imageshack.us/img683/8831/uiaverify.jpg&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I try Snoop (&lt;a href="http://blois.us/Snoop/"&gt;http://blois.us/Snoop/&lt;/a&gt;)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;a href="http://img268.imageshack.us/img268/4964/snoopo.jpg"&gt;http://img268.imageshack.us/img268/4964/snoopo.jpg&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;in snoop the real structure will be shown.&lt;/p&gt;
&lt;p&gt;why does the tools display different results for the same element?&lt;/p&gt;
&lt;p&gt;Throndorin&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description><author>Throndorin</author><pubDate>Fri, 18 Dec 2009 10:22:02 GMT</pubDate><guid isPermaLink="false">New Post: templated control will be displayed not correct 20091218102202A</guid></item><item><title>New Post: Can I see ItemStatus using Visual UIA Verify?</title><link>http://uiautomationverify.codeplex.com/Thread/View.aspx?ThreadId=77149</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I can &lt;a href="http://stackoverflow.com/questions/1848929"&gt;configure&lt;/a&gt; &lt;a href="http://msdn.microsoft.com/en-us/library/ms727247.aspx"&gt;UI Spy&lt;/a&gt; to show the &lt;a href="http://msdn.microsoft.com/en-us/library/system.windows.automation.automationelement.aspx"&gt;AutomationElement&lt;/a&gt;'s &lt;a href="http://msdn.microsoft.com/en-us/library/system.windows.automation.automationproperties.itemstatus(VS.100).aspx"&gt;ItemStatus&lt;/a&gt; property. Can I do the same with Visual UIA Verify?&lt;/p&gt;&lt;/div&gt;</description><author>ajmastrean</author><pubDate>Fri, 04 Dec 2009 18:55:50 GMT</pubDate><guid isPermaLink="false">New Post: Can I see ItemStatus using Visual UIA Verify? 20091204065550P</guid></item><item><title>New Post: How can i access the menuitem in Menu Bar</title><link>http://uiautomationverify.codeplex.com/Thread/View.aspx?ThreadId=72624</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi ,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I have tried to access the menuitem in Menu bar but failed, can any one plz share the code for that ?&lt;/p&gt;&lt;/div&gt;</description><author>awesometester</author><pubDate>Wed, 21 Oct 2009 08:09:39 GMT</pubDate><guid isPermaLink="false">New Post: How can i access the menuitem in Menu Bar 20091021080939A</guid></item><item><title>New Post: UI Automation Testing for infragitics controls</title><link>http://uiautomationverify.codeplex.com/Thread/View.aspx?ThreadId=31231</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi ALL,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I am doing analysis of open source automated tools becoz i have been given an assignment of product automation. My application uses infragistic controls at multiple places. Can any body tell me that UIA verify supports INFRAGISTIC controls ?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description><author>awesometester</author><pubDate>Tue, 20 Oct 2009 10:55:53 GMT</pubDate><guid isPermaLink="false">New Post: UI Automation Testing for infragitics controls 20091020105553A</guid></item><item><title>New Post: Finding controls on an embedded html page</title><link>http://uiautomationverify.codeplex.com/Thread/View.aspx?ThreadId=66713</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I have a windows application (Win32 compliant, an MFC application), which has a container window that has some html pages embedded in it. I'm able to identify all the win32 controls&amp;nbsp;but, coul not find children of this html page. I'm only able to navigate till InternetExplorer_server class whose control property is Pane. But could not get any children of this element. This element is found to be implemented ValuePattern and returning the url of the page thru the value. Please help me out finding a way to iterate thru all the children of this page.&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;Sreedhar&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description><author>sree_puttagunta</author><pubDate>Sun, 23 Aug 2009 03:59:24 GMT</pubDate><guid isPermaLink="false">New Post: Finding controls on an embedded html page 20090823035924A</guid></item><item><title>New Post: The application failed to initialize properly</title><link>http://uiautomationverify.codeplex.com/Thread/View.aspx?ThreadId=64961</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I checked out the framework, but I could not run the SampleDriver or VisualUIAVerify. When I start them, I get an error window:&lt;/p&gt;
&lt;p&gt;&amp;quot;The application failed to initialize properly (0xc0000135)&amp;quot;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I am using Windows XP, any idea what could be the problem?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;&lt;/div&gt;</description><author>sgerenski</author><pubDate>Sun, 09 Aug 2009 10:08:39 GMT</pubDate><guid isPermaLink="false">New Post: The application failed to initialize properly 20090809100839A</guid></item><item><title>New Post: Exception of type 'System.ArgumentException' </title><link>http://uiautomationverify.codeplex.com/Thread/View.aspx?ThreadId=55571</link><description>&lt;div style="line-height: normal;"&gt;I had written the following function to open an Application.&lt;br&gt;
Its working fine for calc, winword but for iexplore its throwing an Exception of type 'System.ArgumentException' was thrown.&lt;br&gt;
&lt;br&gt;
public static AutomationElement LaunchApplication(string fileName, string arguments)&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Process process = new Process();&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; process.StartInfo.FileName = fileName;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; process.StartInfo.Arguments = arguments;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; process.Start();&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; process.WaitForInputIdle(1000);&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // Procss is exited for pnagent.exe so the requested information doesnt not exist.There shoudl&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //be some other way to get the automation Element&lt;br&gt;
&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; return (AutomationElement.FromHandle(process.MainWindowHandle)); *** Exception****&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br&gt;
&lt;br&gt;
Any help ?&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;</description><author>somu</author><pubDate>Thu, 07 May 2009 10:11:59 GMT</pubDate><guid isPermaLink="false">New Post: Exception of type 'System.ArgumentException'  20090507101159A</guid></item></channel></rss>