Dear Sir/Madam,
I am trying to generate some UI tests using the Visual Studio Ultimate 2012 (ver 11.0.61030.00 Uptdate 4) tools and having several problems to catch the actions over Infragistics components.
I have attached a very simple project with a UI, a test case and the log file generated when fails in order you can have a better look about what is the problem and how to reproduce it.
Test is very simple:
1) Launch the program
2) Clic on "PopupMenuTool1"
3) Clic on any button from the submenu.
Test fails trying to perform the steps 2 and 3 as you can see in the logfile.
Thank you very much, I'm looking forward for some information about how to solve this problem.
Hi,
I am having same issue but could not find solution. How do you actualyy accessibility parameters in the windows forms controller?
Could you please give me a short example or code please?
Thanks in advance.
Hello,
Thank you for following up. Let us know if you have any additional questions about Coded UI support for our Windows Forms controls.
Have a nice day.
Dear Mr. DiFilippo,we already find a solucion for the problem. The problem wasn't in the infragistics controllers, it was in the windows forms controllers. All we made to fix this problem was set up all the accesibility parameters in the windows forms controlles and the recorder catch everithing well.Sorry for the inconveniences and thank you for your assistance.Best,
I am currently testing your application with a few new CodedUI tests but have not reproduced the FailedToPerformActionOnBlockedControlException using our latest service release for our WinForms controls which Im currently using: 14.1.2059.
To learn how to download the latest service release, please visit the following forum post: http://ko.infragistics.com/community/forums/t/29398.aspx
Let me know if this helps.
UPDATE:
When I record the test by using keyboard to select the second item in the menu, everything works properly and VS recognizes the controller wich I want to test. There is no problem to make it by using the keyboard in this case but with some other controllers it would be very hard to manage.