Hi,
I have create a very simple application to recreate a production issue that is occuring when we try to create a VS 2010 Coded UI Test against it. Basically, when we try to record the actions of an UltraComboEditor, it can't access the items in the list. I tried it with a checkbox list and regular list. Has anyone tried to get this working or have any ideas? We have inspected the controls, the hierarchy of the controls, and generated code. Nothing seems to make it work.
Error Message
Test method TestProject2.CodedUITest1.CodedUITestMethod1 threw exception: Microsoft.VisualStudio.TestTools.UITest.Extension.FailedToPerformActionOnBlockedControlException: Another control is blocking the control. Please make the blocked control visible and retry the action. Additional Details: TechnologyName: 'MSAA'Name: '100'ControlType: 'ListItem' ---> System.Runtime.InteropServices.COMException: Exception from HRESULT: 0xF004F003
Code
Infragistics.Win.
();
((System.ComponentModel.
.ultraComboEditor1)).BeginInit();
.SuspendLayout();
//
// ultraComboEditor1
;
.ComboBox;
.Item;
valueListItem1.DataValue =
valueListItem1.DisplayText =
[] {
valueListItem1});
(57, 84);
(178, 21);
.ultraComboEditor1.TabIndex = 0;
// Form1
(6F, 13F);
.Font;
(292, 266);
.ultraComboEditor1);
.ultraComboEditor1)).EndInit();
);
.PerformLayout();
Thanks,
Mike
Hi Girish,
There is currently no support for CodedUITests in the Infragistics Winforms components.
Also I am facing the same problem, Please let me know if anybody has found any solution or any workaround.
Its amazing that Since start of this post, not a single answer from Infragistics person. They should atleast respond to these posts.
Regards,Girish
Hi, Me too working on the Coded UI Test and found out that most of the infragisitics Combo controls are not getting played back. The list items part is not getting identified. So the click to one of the list items is not getting played back. Has any one found a work around for this issue.
-Abhijit
Hi, I have the same problem when I Do the coded UI Test? Do you find the solution, if that ,Please let me konw it.
Thank you Very much.