<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Scaling up your CUIT UI automation for real world projects</title><link>http://blogs.msdn.com/b/anutthara/archive/2010/02/08/scaling-up-your-cuit-ui-automation-for-real-world-projects.aspx</link><description>One of the complaints that we heard often from Coded UI test users in Beta2 was that the coded UI tests could not scale up to large projects. The single UI map that contained all the UI elements and recorded methods would quickly become unwieldy and confusing</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: Scaling up your CUIT UI automation for real world projects</title><link>http://blogs.msdn.com/b/anutthara/archive/2010/02/08/scaling-up-your-cuit-ui-automation-for-real-world-projects.aspx#10209350</link><pubDate>Mon, 12 Sep 2011 10:32:50 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10209350</guid><dc:creator>naresh</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I need more information on Code UI Test, Here my query&amp;#39;s are&lt;/p&gt;
&lt;p&gt;&amp;nbsp; 1) working with Multiply UI Maps&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp;2) how to run multiple test case one bye one&lt;/p&gt;
&lt;p&gt;&amp;nbsp; 3) how to integreate multiple UI maps into single.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;naresh&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&lt;strong&gt;&lt;span style="color:#0000ff;"&gt;[Anu] This blog answers all your qs, Naresh :)&lt;/span&gt;&lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10209350" width="1" height="1"&gt;</description></item><item><title>re: Scaling up your CUIT UI automation for real world projects</title><link>http://blogs.msdn.com/b/anutthara/archive/2010/02/08/scaling-up-your-cuit-ui-automation-for-real-world-projects.aspx#10190474</link><pubDate>Wed, 27 Jul 2011 19:26:08 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10190474</guid><dc:creator>Nagaraj</dc:creator><description>&lt;p&gt;Hi Anu,&lt;/p&gt;
&lt;p&gt;I have doubt regarding CodedUI test.&lt;/p&gt;
&lt;p&gt;I have created a codedui test for Calculator app with Add,Subtract,Multiply and Divide functionality. I have recorded a scenario where I will open the app then enter values in txbox1 and txbox2 and hit on ADD button.It works fine.Now I used UIMap.cs file to change the searchproperty for ADD button so insted of ADD I said &amp;quot;Subtract&amp;quot; for Name property.So when I ran the test it clicked on subtract button it works as expected. So I have one more textbox i.e third one &amp;quot;txbox3&amp;quot; sameway I changed the search property of txbox1 so that it should enter values in txbox3. So i created a method in UIMap.cs file and called in codedUIMathod. But it is throwing an error &amp;nbsp;&amp;quot;SetProperty of &amp;quot;Text&amp;quot; is not supported on control type: Window&amp;quot;. So kindly let me know whether we can alter the properties of testboxes.&lt;/p&gt;
&lt;p&gt;public void ChangeButton()&lt;/p&gt;
&lt;p&gt;{&lt;/p&gt;
&lt;p&gt;this.UICalculatorWindow.UIAddWindow.UIAddButton.SearchProperties[WinButton.PropertyNames.Name] = &amp;quot;Subtract&amp;quot; ;&lt;/p&gt;
&lt;p&gt;this.UICalculatorWindow.UITxbox1Window.SearchProperties[WinWindow.PropertyNames.ControlName] = &amp;quot;txbox3&amp;quot; ;&lt;/p&gt;
&lt;p&gt;this.UICalculatorWindow.UITxbox1Window.UITxbox1Edit.SearchProperties[WinEdit.PropertyNames.ControlName] = &amp;quot;txbox3&amp;quot; ;&lt;/p&gt;
&lt;p&gt;}&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&lt;strong&gt;&lt;span style="color:#0000ff;"&gt;[Anu] The easiest way to do this to record the set property action on the text box directly. Perhaps your control is not editable&lt;/span&gt;&lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10190474" width="1" height="1"&gt;</description></item><item><title>re: Scaling up your CUIT UI automation for real world projects</title><link>http://blogs.msdn.com/b/anutthara/archive/2010/02/08/scaling-up-your-cuit-ui-automation-for-real-world-projects.aspx#10040278</link><pubDate>Tue, 20 Jul 2010 12:19:56 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10040278</guid><dc:creator>Nagaraj</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I also one more query.&lt;/p&gt;
&lt;p&gt;For web applications if standard controls are not used does test manager recognises them viz. third party text box created using com.&lt;/p&gt;
&lt;p&gt;[Anu] Depends on the automation accessibility support in the 3rd party control. Try it and let me know if you hit issues&lt;/p&gt;
&lt;p&gt;Pls let me know..&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Nagaraj&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10040278" width="1" height="1"&gt;</description></item><item><title>re: Scaling up your CUIT UI automation for real world projects</title><link>http://blogs.msdn.com/b/anutthara/archive/2010/02/08/scaling-up-your-cuit-ui-automation-for-real-world-projects.aspx#10040262</link><pubDate>Tue, 20 Jul 2010 11:25:54 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10040262</guid><dc:creator>Nagaraj</dc:creator><description>&lt;p&gt;Hi Anu,&lt;/p&gt;
&lt;p&gt;Please let me how fast forwarding of codedui/manual testing works for asynchronous calls. whether it supports or not.&lt;/p&gt;
&lt;p&gt;[Anu] Yes, it does. Just add a waiter to the next action&lt;/p&gt;
&lt;p&gt;Thanks &amp;amp; Regards,&lt;/p&gt;
&lt;p&gt;Nagaraj&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10040262" width="1" height="1"&gt;</description></item></channel></rss>