<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>cuite Issue Tracker Rss Feed</title><link>http://cuite.codeplex.com/workitem/list/basic</link><description>cuite Issue Tracker Rss Description</description><item><title>Reopened Issue: Record ‘=’ (equal) button from a calculator. [787]</title><link>http://cuite.codeplex.com/workitem/787</link><description>Record &amp;#8216;&amp;#61;&amp;#8217; &amp;#40;equal&amp;#41; button from a calculator. &lt;br /&gt;e.g. http&amp;#58;&amp;#47;&amp;#47;www.onlinecalculator.info&lt;br /&gt;&amp;#160;&lt;br /&gt;&amp;#160;&lt;br /&gt;The code is generated. &lt;br /&gt;public CUITe_HtmlInputButton btn &amp;#61; new CUITe_HtmlInputButton&amp;#40;&amp;#34;Id&amp;#61;&amp;#61;2&amp;#34;&amp;#41;&amp;#59;&lt;br /&gt;&amp;#160;&lt;br /&gt;See&amp;#58; &amp;#61;&amp;#61;&lt;br /&gt;&amp;#160;&lt;br /&gt;&amp;#160;&lt;br /&gt;When run the program an exception appears. &lt;br /&gt;Test method CalculatorOnline.CalculatorTestCases.CodedUITestMethod1 threw exception&amp;#58; CUITe.CUITe_InvalidSearchParameterFormat&amp;#58; Search Parameter Format is not valid -&amp;#62; &amp;#39;Id&amp;#61;&amp;#61;2&amp;#39;, should be like &amp;#39;sKey1&amp;#61;sValue1&amp;#59;sKey2&amp;#61;sValue2&amp;#59;&amp;#39;.&lt;br /&gt;</description><author>icnocop</author><pubDate>Fri, 14 Jun 2013 07:31:01 GMT</pubDate><guid isPermaLink="false">Reopened Issue: Record ‘=’ (equal) button from a calculator. [787] 20130614073101A</guid></item><item><title>Reopened Feature: Throws Null exception when I try to use DataManager [1134]</title><link>http://cuite.codeplex.com/workitem/1134</link><description>I want to utilize DataManager functionality provided by CUITE but it throws Null exception at &lt;br /&gt;&lt;br /&gt;Hashtable htdata &amp;#61; CUITe_DataManager.GetDataRow&amp;#40;Type.GetType&amp;#40;&amp;#34;SampleTestProject.UnitTest1&amp;#34;,true,true&amp;#41;, &amp;#34;XMLFile1&amp;#34;, &amp;#34;tc2&amp;#34;&amp;#41;&amp;#59;&lt;br /&gt;&lt;br /&gt;Am I doing anything wrong&amp;#63;&lt;br /&gt;&lt;br /&gt;I have added XMLFile in project but still the same issue. Help needed&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;using System&amp;#59;&lt;br /&gt;using System.Text&amp;#59;&lt;br /&gt;using System.Collections.Generic&amp;#59;&lt;br /&gt;using System.Linq&amp;#59;&lt;br /&gt;using Microsoft.VisualStudio.TestTools.UnitTesting&amp;#59;&lt;br /&gt;using Microsoft.VisualStudio.TestTools.UITesting&amp;#59;&lt;br /&gt;using Microsoft.VisualStudio.TestTools.UITest.Extension&amp;#59;&lt;br /&gt;using Microsoft.VisualStudio.TestTools.UITesting.HtmlControls&amp;#59;&lt;br /&gt;using CUITe&amp;#59;&lt;br /&gt;using System.Collections&amp;#59;&lt;br /&gt;using SampleTestProject.ObjectRepository&amp;#59;&lt;br /&gt;using CUITe.Controls.HtmlControls&amp;#59;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;namespace SampleTestProject&lt;br /&gt;&amp;#123;&lt;br /&gt;    &amp;#91;CodedUITest&amp;#93;&lt;br /&gt;    &amp;#91;DeploymentItem&amp;#40;&amp;#64;&amp;#34;SampleTestProject&amp;#92;XMLFile1.xml&amp;#34;&amp;#41;&amp;#93;&lt;br /&gt;    public class UnitTest1&lt;br /&gt;    &amp;#123;&lt;br /&gt;        &amp;#47;&amp;#47;Hashtable htData &amp;#61; CUITe_DataManager.GetDataRow&amp;#40;Type.GetType&amp;#40;&amp;#34;SampleTestProject.UnitTest1&amp;#34;&amp;#41;,&amp;#34;XMLFile1.xml&amp;#34;,&amp;#34;tc2&amp;#34;&amp;#41;&amp;#59;&lt;br /&gt;        &amp;#91;TestMethod&amp;#93;&lt;br /&gt;        public void TestMethod1&amp;#40;&amp;#41;&lt;br /&gt;        &amp;#123;&lt;br /&gt;            Hashtable htdata &amp;#61; CUITe_DataManager.GetDataRow&amp;#40;Type.GetType&amp;#40;&amp;#34;SampleTestProject.UnitTest1&amp;#34;,true,true&amp;#41;, &amp;#34;XMLFile1&amp;#34;, &amp;#34;tc2&amp;#34;&amp;#41;&amp;#59;&lt;br /&gt;            BrowserWindow.Launch&amp;#40;&amp;#34;http&amp;#58;&amp;#47;&amp;#47;www.codeplex.com&amp;#34;&amp;#41;&amp;#59;&lt;br /&gt;            CodePlex pgCodePlex &amp;#61; CUITe_BrowserWindow.GetBrowserWindow&amp;#60;CodePlex&amp;#62;&amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;&lt;br /&gt;            pgCodePlex.txtSearchAllProjects.SetText&amp;#40;&amp;#34;&amp;#34;&amp;#41;&amp;#59;&lt;br /&gt;                &amp;#47;&amp;#47;htData&amp;#91;&amp;#34;firstName&amp;#34;&amp;#93;.ToString&amp;#40;&amp;#41;&amp;#41;&amp;#59;&lt;br /&gt;&lt;br /&gt;            &lt;br /&gt;        &amp;#125;&lt;br /&gt;    &amp;#125;&lt;br /&gt;&amp;#125;&lt;br /&gt;</description><author>icnocop</author><pubDate>Fri, 14 Jun 2013 07:31:00 GMT</pubDate><guid isPermaLink="false">Reopened Feature: Throws Null exception when I try to use DataManager [1134] 20130614073100A</guid></item><item><title>Reopened Issue: Retrieve label-for [1166]</title><link>http://cuite.codeplex.com/workitem/1166</link><description>Or something is going wrong in my script, but to retrieve the Label-for attribute of a HTML_Label I had to add the function GetLabelFor&amp;#40;&amp;#41; in public class CUITe_HtmlLabel &amp;#58; CUITe_HtmlControl&amp;#60;HtmlLabel&amp;#62;&lt;br /&gt;&lt;br /&gt;&amp;#96;&amp;#96;&amp;#96;&lt;br /&gt;public string GetLabelFor&amp;#40;&amp;#41;&lt;br /&gt;        &amp;#123;&lt;br /&gt;            this._control.WaitForControlReady&amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;            return this._control.LabelFor&amp;#59;&lt;br /&gt;        &amp;#125;&lt;br /&gt;&amp;#96;&amp;#96;&amp;#96;&lt;br /&gt;&lt;br /&gt;Is there another way without changing the dll or could you otherwise incorporate it&amp;#63;&lt;br /&gt;</description><author>icnocop</author><pubDate>Fri, 14 Jun 2013 07:31:00 GMT</pubDate><guid isPermaLink="false">Reopened Issue: Retrieve label-for [1166] 20130614073100A</guid></item><item><title>Reopened Feature: Add support for the HtmlRow control [1214]</title><link>http://cuite.codeplex.com/workitem/1214</link><description>Add support for the HtmlRow control&lt;br /&gt;</description><author>icnocop</author><pubDate>Fri, 14 Jun 2013 07:31:00 GMT</pubDate><guid isPermaLink="false">Reopened Feature: Add support for the HtmlRow control [1214] 20130614073100A</guid></item><item><title>Commented Unassigned: Working with multiple browser [1223]</title><link>http://cuite.codeplex.com/workitem/1223</link><description>Hi friends,&lt;br /&gt;&lt;br /&gt;I have one issue.&lt;br /&gt;In my web application, if i click button, application generate&amp;#47;create 3 browers which has title is dynamic.&lt;br /&gt;&lt;br /&gt;and focus of my current broser goes to latest browser and i cant do any thing on my current open browser and object get failed.&lt;br /&gt;&lt;br /&gt;Can u suggest on this.&lt;br /&gt;&lt;br /&gt;if u use closeallbrowser method, then next time if i open browser then browser ask to restore previous browser session.&lt;br /&gt;&lt;br /&gt;Could u help me on this.&lt;br /&gt;&lt;br /&gt;Thanks in advance,&lt;br /&gt;Neeraj&lt;br /&gt;Comments: ** Comment from web user: ChaidirKurnia ** &lt;p&gt;For Second Question please use &lt;/p&gt;&lt;p&gt;CUITe_BrowserWindow.ClearCache();&lt;br&gt;CUITe_BrowserWindow.ClearCookies();&lt;/p&gt;&lt;p&gt;this for clear the browser Cache and Cookies Memory .&lt;/p&gt;&lt;p&gt;## :p&lt;/p&gt;</description><author>ChaidirKurnia</author><pubDate>Thu, 30 May 2013 04:38:51 GMT</pubDate><guid isPermaLink="false">Commented Unassigned: Working with multiple browser [1223] 20130530043851A</guid></item><item><title>Commented Issue: Cuite Object recorder failing while recording an object. [844]</title><link>http://cuite.codeplex.com/workitem/844</link><description>I have an internal portal where in have the member sign up functionality with 4 steps. &lt;br /&gt;1 step being creating userid and password. We have validation for each text box &amp;#40;Email ID, Pasword and confirm password textboxes&amp;#41;. If the requirements are not matching there appears a small Alert image next to the control. I need to capture that image in my code to check if it working or not. &lt;br /&gt;When I tried to record this Alert Image through Cuite_ObjectRecorder it is throwing a script error. See attached image&lt;br /&gt;Comments: ** Comment from web user: icnocop ** &lt;p&gt;Hi neerajlad,&lt;/p&gt;&lt;p&gt;What operating system, service pack, and processor architecture are you running on?&lt;br&gt;Which version of CUITe are you running?&lt;br&gt;What are the exact steps to reproduce?&lt;br&gt;For example, which objects on your web page did you click on and in what order can reproduce this error?&lt;/p&gt;&lt;p&gt;Does the same error occur if you use Internet Explorer and perform the same steps?&lt;/p&gt;&lt;p&gt;In order to resolve the issue, we will first need to reproduce the problem.&lt;br&gt;Can you can simplify all the HTML and JavaScript on your page and attach a zip file containing only the content that can reproduce this problem please?&lt;/p&gt;&lt;p&gt;Thank you.&lt;/p&gt;</description><author>icnocop</author><pubDate>Tue, 28 May 2013 05:53:48 GMT</pubDate><guid isPermaLink="false">Commented Issue: Cuite Object recorder failing while recording an object. [844] 20130528055348A</guid></item><item><title>Commented Issue: Cuite Object recorder failing while recording an object. [844]</title><link>http://cuite.codeplex.com/workitem/844</link><description>I have an internal portal where in have the member sign up functionality with 4 steps. &lt;br /&gt;1 step being creating userid and password. We have validation for each text box &amp;#40;Email ID, Pasword and confirm password textboxes&amp;#41;. If the requirements are not matching there appears a small Alert image next to the control. I need to capture that image in my code to check if it working or not. &lt;br /&gt;When I tried to record this Alert Image through Cuite_ObjectRecorder it is throwing a script error. See attached image&lt;br /&gt;Comments: ** Comment from web user: neerajlad ** &lt;p&gt;Hi &lt;br&gt;Any update on this??? bcoz I am also facing the same issue.&lt;/p&gt;&lt;p&gt;Thanks in advance,&lt;br&gt;Neeraj&lt;br&gt;&lt;/p&gt;</description><author>neerajlad</author><pubDate>Tue, 28 May 2013 03:29:14 GMT</pubDate><guid isPermaLink="false">Commented Issue: Cuite Object recorder failing while recording an object. [844] 20130528032914A</guid></item><item><title>Commented Issue: Record calculator object through CUITe Object Recorder [1156]</title><link>http://cuite.codeplex.com/workitem/1156</link><description>Hi,&lt;br /&gt;&lt;br /&gt;When we try to record a Web object in CUITe object recorder, we pass URL in the address bar and it generate the code. &lt;br /&gt;But when i try enter the URL C&amp;#58;&amp;#92;Windows&amp;#92;system32&amp;#92;calc.exe in the Address bar of CUITe object recorder, A pop message appear ask for to run or save file.&lt;br /&gt;&lt;br /&gt;How can i record caculator object &amp;#63;&lt;br /&gt;&lt;br /&gt;Please Help &amp;#33;&amp;#33;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Thanks,&lt;br /&gt;Jazz&lt;br /&gt;Comments: ** Comment from web user: icnocop ** &lt;p&gt;@lehayes, do you have any specific questions on what is not understood?&lt;/p&gt;</description><author>icnocop</author><pubDate>Fri, 24 May 2013 20:57:58 GMT</pubDate><guid isPermaLink="false">Commented Issue: Record calculator object through CUITe Object Recorder [1156] 20130524085758P</guid></item><item><title>Commented Issue: Record calculator object through CUITe Object Recorder [1156]</title><link>http://cuite.codeplex.com/workitem/1156</link><description>Hi,&lt;br /&gt;&lt;br /&gt;When we try to record a Web object in CUITe object recorder, we pass URL in the address bar and it generate the code. &lt;br /&gt;But when i try enter the URL C&amp;#58;&amp;#92;Windows&amp;#92;system32&amp;#92;calc.exe in the Address bar of CUITe object recorder, A pop message appear ask for to run or save file.&lt;br /&gt;&lt;br /&gt;How can i record caculator object &amp;#63;&lt;br /&gt;&lt;br /&gt;Please Help &amp;#33;&amp;#33;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Thanks,&lt;br /&gt;Jazz&lt;br /&gt;Comments: ** Comment from web user: icnocop ** &lt;p&gt;You can see some sample code that the Visual Studio Coded UI Test Recorder generates and how it can be converted into less code using CUITe in questions 1 and 2 of the FAQ.&lt;/p&gt;&lt;p&gt;[http://cuite.codeplex.com/wikipage?title=Frequently Asked Questions](http://cuite.codeplex.com/wikipage?title=Frequently+Asked+Questions)&lt;/p&gt;</description><author>icnocop</author><pubDate>Fri, 24 May 2013 02:45:55 GMT</pubDate><guid isPermaLink="false">Commented Issue: Record calculator object through CUITe Object Recorder [1156] 20130524024555A</guid></item><item><title>Commented Issue: Record calculator object through CUITe Object Recorder [1156]</title><link>http://cuite.codeplex.com/workitem/1156</link><description>Hi,&lt;br /&gt;&lt;br /&gt;When we try to record a Web object in CUITe object recorder, we pass URL in the address bar and it generate the code. &lt;br /&gt;But when i try enter the URL C&amp;#58;&amp;#92;Windows&amp;#92;system32&amp;#92;calc.exe in the Address bar of CUITe object recorder, A pop message appear ask for to run or save file.&lt;br /&gt;&lt;br /&gt;How can i record caculator object &amp;#63;&lt;br /&gt;&lt;br /&gt;Please Help &amp;#33;&amp;#33;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Thanks,&lt;br /&gt;Jazz&lt;br /&gt;Comments: ** Comment from web user: lehayes ** &lt;p&gt;I don't understand the information I found about converting to CUITe, so for the time being, I wll be uninstalling.  Feel free to update me when you can handle desktop applications and have well documented procedures on how to implement.  For now, this won't work for me.&lt;/p&gt;</description><author>lehayes</author><pubDate>Fri, 24 May 2013 00:57:00 GMT</pubDate><guid isPermaLink="false">Commented Issue: Record calculator object through CUITe Object Recorder [1156] 20130524125700A</guid></item><item><title>Commented Issue: Record calculator object through CUITe Object Recorder [1156]</title><link>http://cuite.codeplex.com/workitem/1156</link><description>Hi,&lt;br /&gt;&lt;br /&gt;When we try to record a Web object in CUITe object recorder, we pass URL in the address bar and it generate the code. &lt;br /&gt;But when i try enter the URL C&amp;#58;&amp;#92;Windows&amp;#92;system32&amp;#92;calc.exe in the Address bar of CUITe object recorder, A pop message appear ask for to run or save file.&lt;br /&gt;&lt;br /&gt;How can i record caculator object &amp;#63;&lt;br /&gt;&lt;br /&gt;Please Help &amp;#33;&amp;#33;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Thanks,&lt;br /&gt;Jazz&lt;br /&gt;Comments: ** Comment from web user: lehayes ** &lt;p&gt;Cool, now how do we manually convert to CUITe?  According to the latest build, we should now be able to handle desktop recordings, so how is that done?&lt;/p&gt;</description><author>lehayes</author><pubDate>Fri, 24 May 2013 00:40:04 GMT</pubDate><guid isPermaLink="false">Commented Issue: Record calculator object through CUITe Object Recorder [1156] 20130524124004A</guid></item><item><title>Commented Task: Which version of Coded UI assemblies(1.0.6 Beta) of CUITe is based on? [1222]</title><link>http://cuite.codeplex.com/workitem/1222</link><description>Hi Experts&amp;#58;&lt;br /&gt;&lt;br /&gt;         Could you please tell me which version of Coded UI assemblies the newest version&amp;#40;1.0.6 Beta&amp;#41; of CUITe is based on&amp;#63; I tries to use the newest version of below 4 assemblies with CUITe but failed&amp;#58;&lt;br /&gt;&lt;br /&gt;Microsoft.VisualStudio.TestTools.UITest.Common.dll  &amp;#40;11.0&amp;#41;&lt;br /&gt;Microsoft.VisualStudio.TestTools.UITest.Extension.dll  &amp;#40;11.0&amp;#41;&lt;br /&gt;Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight.dll  &amp;#40;10.0&amp;#41;&lt;br /&gt;Microsoft.VisualStudio.TestTools.UITesting.dll  &amp;#40;11.0&amp;#41;&lt;br /&gt;Comments: ** Comment from web user: icnocop ** &lt;p&gt;Try building and referencing the latest version from the &amp;quot;Source Code&amp;quot; tab.&lt;/p&gt;</description><author>icnocop</author><pubDate>Wed, 22 May 2013 16:57:48 GMT</pubDate><guid isPermaLink="false">Commented Task: Which version of Coded UI assemblies(1.0.6 Beta) of CUITe is based on? [1222] 20130522045748P</guid></item><item><title>Commented Task: Which version of Coded UI assemblies(1.0.6 Beta) of CUITe is based on? [1222]</title><link>http://cuite.codeplex.com/workitem/1222</link><description>Hi Experts&amp;#58;&lt;br /&gt;&lt;br /&gt;         Could you please tell me which version of Coded UI assemblies the newest version&amp;#40;1.0.6 Beta&amp;#41; of CUITe is based on&amp;#63; I tries to use the newest version of below 4 assemblies with CUITe but failed&amp;#58;&lt;br /&gt;&lt;br /&gt;Microsoft.VisualStudio.TestTools.UITest.Common.dll  &amp;#40;11.0&amp;#41;&lt;br /&gt;Microsoft.VisualStudio.TestTools.UITest.Extension.dll  &amp;#40;11.0&amp;#41;&lt;br /&gt;Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight.dll  &amp;#40;10.0&amp;#41;&lt;br /&gt;Microsoft.VisualStudio.TestTools.UITesting.dll  &amp;#40;11.0&amp;#41;&lt;br /&gt;Comments: ** Comment from web user: mengya_6 ** &lt;p&gt;Could you please response?&lt;/p&gt;</description><author>mengya_6</author><pubDate>Wed, 22 May 2013 09:03:32 GMT</pubDate><guid isPermaLink="false">Commented Task: Which version of Coded UI assemblies(1.0.6 Beta) of CUITe is based on? [1222] 20130522090332A</guid></item><item><title>Created Unassigned: Working with multiple browser [1223]</title><link>http://cuite.codeplex.com/workitem/1223</link><description>Hi friends,&lt;br /&gt;&lt;br /&gt;I have one issue.&lt;br /&gt;In my web application, if i click button, application generate&amp;#47;create 3 browers which has title is dynamic.&lt;br /&gt;&lt;br /&gt;and focus of my current broser goes to latest browser and i cant do any thing on my current open browser and object get failed.&lt;br /&gt;&lt;br /&gt;Can u suggest on this.&lt;br /&gt;&lt;br /&gt;if u use closeallbrowser method, then next time if i open browser then browser ask to restore previous browser session.&lt;br /&gt;&lt;br /&gt;Could u help me on this.&lt;br /&gt;&lt;br /&gt;Thanks in advance,&lt;br /&gt;Neeraj&lt;br /&gt;</description><author>neerajlad</author><pubDate>Tue, 21 May 2013 09:33:39 GMT</pubDate><guid isPermaLink="false">Created Unassigned: Working with multiple browser [1223] 20130521093339A</guid></item><item><title>Commented Task: Which version of Coded UI assemblies(1.0.6 Beta) of CUITe is based on? [1222]</title><link>http://cuite.codeplex.com/workitem/1222</link><description>Hi Experts&amp;#58;&lt;br /&gt;&lt;br /&gt;         Could you please tell me which version of Coded UI assemblies the newest version&amp;#40;1.0.6 Beta&amp;#41; of CUITe is based on&amp;#63; I tries to use the newest version of below 4 assemblies with CUITe but failed&amp;#58;&lt;br /&gt;&lt;br /&gt;Microsoft.VisualStudio.TestTools.UITest.Common.dll  &amp;#40;11.0&amp;#41;&lt;br /&gt;Microsoft.VisualStudio.TestTools.UITest.Extension.dll  &amp;#40;11.0&amp;#41;&lt;br /&gt;Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight.dll  &amp;#40;10.0&amp;#41;&lt;br /&gt;Microsoft.VisualStudio.TestTools.UITesting.dll  &amp;#40;11.0&amp;#41;&lt;br /&gt;Comments: ** Comment from web user: mengya_6 ** &lt;p&gt;Actually , I've installed ultimate version for VS2010 and VS2012, but it still not work with error : &amp;quot;3             The type or namespace name 'CUITe' could not be found (are you missing a using directive or an assembly reference?)&amp;quot;.&lt;/p&gt;&lt;p&gt;I've added the assemblies into reference. Could you please help to confirm what's the version it should be used?&lt;/p&gt;&lt;p&gt;Thanks,&lt;br&gt;Sophia&lt;/p&gt;</description><author>mengya_6</author><pubDate>Tue, 21 May 2013 08:46:15 GMT</pubDate><guid isPermaLink="false">Commented Task: Which version of Coded UI assemblies(1.0.6 Beta) of CUITe is based on? [1222] 20130521084615A</guid></item><item><title>Edited Task: Which version of Coded UI assemblies(1.0.6 Beta) of CUITe is based on? [1222]</title><link>http://cuite.codeplex.com/workitem/1222</link><description>Hi Experts&amp;#58;&lt;br /&gt;&lt;br /&gt;         Could you please tell me which version of Coded UI assemblies the newest version&amp;#40;1.0.6 Beta&amp;#41; of CUITe is based on&amp;#63; I tries to use the newest version of below 4 assemblies with CUITe but failed&amp;#58;&lt;br /&gt;&lt;br /&gt;Microsoft.VisualStudio.TestTools.UITest.Common.dll  &amp;#40;11.0&amp;#41;&lt;br /&gt;Microsoft.VisualStudio.TestTools.UITest.Extension.dll  &amp;#40;11.0&amp;#41;&lt;br /&gt;Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight.dll  &amp;#40;10.0&amp;#41;&lt;br /&gt;Microsoft.VisualStudio.TestTools.UITesting.dll  &amp;#40;11.0&amp;#41;&lt;br /&gt;</description><author>icnocop</author><pubDate>Tue, 21 May 2013 05:25:35 GMT</pubDate><guid isPermaLink="false">Edited Task: Which version of Coded UI assemblies(1.0.6 Beta) of CUITe is based on? [1222] 20130521052535A</guid></item><item><title>Edited Task: Which version of Coded UI assemblies(1.0.6 Beta) of CUITe is based on? [1222]</title><link>http://cuite.codeplex.com/workitem/1222</link><description>Hi Experts&amp;#58;&lt;br /&gt;&lt;br /&gt;         Could you please tell me which version of Coded UI assemblies the newest version&amp;#40;1.0.6 Beta&amp;#41; of CUITe is based on&amp;#63; I tries to use the newest version of below 4 assemblies with CUITe but failed&amp;#58;&lt;br /&gt;&lt;br /&gt;Microsoft.VisualStudio.TestTools.UITest.Common.dll  &amp;#40;11.0&amp;#41;&lt;br /&gt;Microsoft.VisualStudio.TestTools.UITest.Extension.dll  &amp;#40;11.0&amp;#41;&lt;br /&gt;Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight.dll  &amp;#40;10.0&amp;#41;&lt;br /&gt;Microsoft.VisualStudio.TestTools.UITesting.dll  &amp;#40;11.0&amp;#41;&lt;br /&gt;Comments: ** Comment from web user: icnocop ** &lt;p&gt;If using Visual Studio 2012, then Visual Studio 2012 Premium or Visual Studio 2012 Ultimate is required.&lt;/p&gt;</description><author>icnocop</author><pubDate>Tue, 21 May 2013 05:25:21 GMT</pubDate><guid isPermaLink="false">Edited Task: Which version of Coded UI assemblies(1.0.6 Beta) of CUITe is based on? [1222] 20130521052521A</guid></item><item><title>Commented Unassigned: Which version of Coded UI assemblies(1.0.6 Beta) of CUITe is based on? [1222]</title><link>http://cuite.codeplex.com/workitem/1222</link><description>Hi Experts&amp;#58;&lt;br /&gt;&lt;br /&gt;         Could you please tell me which version of Coded UI assemblies the newest version&amp;#40;1.0.6 Beta&amp;#41; of CUITe is based on&amp;#63; I tries to use the newest version of below 4 assemblies with CUITe but failed&amp;#58;&lt;br /&gt;&lt;br /&gt;Microsoft.VisualStudio.TestTools.UITest.Common.dll  &amp;#40;11.0&amp;#41;&lt;br /&gt;Microsoft.VisualStudio.TestTools.UITest.Extension.dll  &amp;#40;11.0&amp;#41;&lt;br /&gt;Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight.dll  &amp;#40;10.0&amp;#41;&lt;br /&gt;Microsoft.VisualStudio.TestTools.UITesting.dll  &amp;#40;11.0&amp;#41;&lt;br /&gt;Comments: ** Comment from web user: icnocop ** &lt;p&gt;Hi mengya_6,&lt;/p&gt;&lt;p&gt;In the future, please use the Discussions forum for questions; the Issues forum should be used to report bugs and feature requests.&lt;/p&gt;&lt;p&gt;CUITe 1.0.6 Beta has two downloads:&lt;br&gt;1. CUITe for .NET v4.5 - this should be used in Visual Studio 2012 for test projects that target .NET 4.5&lt;br&gt;2. CUITe for .NET v4 - this should be used in Visual Studio 2010 for test projects that target .NET 4&lt;/p&gt;&lt;p&gt;The latest source code, found in the &amp;quot;Source Code&amp;quot; tab, when built, will contain an additional zip file, &amp;quot;CUITe for .NET v4 (VS2012).zip&amp;quot; which should be used in Visual Studio 2012 for test projects that target .NET 4.&lt;/p&gt;&lt;p&gt;As indicated in the &amp;quot;Documentation&amp;quot; tab, the requirements to use the Coded UI enhanced Framework is as follows:&lt;br&gt;1. Visual Studio 2010 Premium or Visual Studio 2010 Ultimate&lt;br&gt;2. Visual Studio 2010 Feature Pack 2&lt;/p&gt;&lt;p&gt;If you are still having trouble, please indicate the exact error message(s).&lt;/p&gt;&lt;p&gt;Thank you.&lt;/p&gt;</description><author>icnocop</author><pubDate>Tue, 21 May 2013 05:23:26 GMT</pubDate><guid isPermaLink="false">Commented Unassigned: Which version of Coded UI assemblies(1.0.6 Beta) of CUITe is based on? [1222] 20130521052326A</guid></item><item><title>Created Unassigned: Which version of Coded UI assemblies(1.0.6 Beta) of CUITe is based on? [1222]</title><link>http://cuite.codeplex.com/workitem/1222</link><description>Hi Experts&amp;#58;&lt;br /&gt;&lt;br /&gt;         Could you please tell me which version of Coded UI assemblies the newest version&amp;#40;1.0.6 Beta&amp;#41; of CUITe is based on&amp;#63; I tries to use the newest version of below 4 assemblies with CUITe but failed&amp;#58;&lt;br /&gt;&lt;br /&gt;Microsoft.VisualStudio.TestTools.UITest.Common.dll  &amp;#40;11.0&amp;#41;&lt;br /&gt;Microsoft.VisualStudio.TestTools.UITest.Extension.dll  &amp;#40;11.0&amp;#41;&lt;br /&gt;Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight.dll  &amp;#40;10.0&amp;#41;&lt;br /&gt;Microsoft.VisualStudio.TestTools.UITesting.dll  &amp;#40;11.0&amp;#41;&lt;br /&gt;</description><author>mengya_6</author><pubDate>Mon, 20 May 2013 12:33:04 GMT</pubDate><guid isPermaLink="false">Created Unassigned: Which version of Coded UI assemblies(1.0.6 Beta) of CUITe is based on? [1222] 20130520123304P</guid></item><item><title>Closed Issue: Record ‘=’ (equal) button from a calculator. [787]</title><link>http://cuite.codeplex.com/workitem/787</link><description>Record &amp;#8216;&amp;#61;&amp;#8217; &amp;#40;equal&amp;#41; button from a calculator. &lt;br /&gt;e.g. http&amp;#58;&amp;#47;&amp;#47;www.onlinecalculator.info&lt;br /&gt;&amp;#160;&lt;br /&gt;&amp;#160;&lt;br /&gt;The code is generated. &lt;br /&gt;public CUITe_HtmlInputButton btn &amp;#61; new CUITe_HtmlInputButton&amp;#40;&amp;#34;Id&amp;#61;&amp;#61;2&amp;#34;&amp;#41;&amp;#59;&lt;br /&gt;&amp;#160;&lt;br /&gt;See&amp;#58; &amp;#61;&amp;#61;&lt;br /&gt;&amp;#160;&lt;br /&gt;&amp;#160;&lt;br /&gt;When run the program an exception appears. &lt;br /&gt;Test method CalculatorOnline.CalculatorTestCases.CodedUITestMethod1 threw exception&amp;#58; CUITe.CUITe_InvalidSearchParameterFormat&amp;#58; Search Parameter Format is not valid -&amp;#62; &amp;#39;Id&amp;#61;&amp;#61;2&amp;#39;, should be like &amp;#39;sKey1&amp;#61;sValue1&amp;#59;sKey2&amp;#61;sValue2&amp;#59;&amp;#39;.&lt;br /&gt;</description><author>icnocop</author><pubDate>Thu, 16 May 2013 11:35:41 GMT</pubDate><guid isPermaLink="false">Closed Issue: Record ‘=’ (equal) button from a calculator. [787] 20130516113541A</guid></item></channel></rss>