I've been experimenting with VS 2010 Premium's Coded UI Test feature. I see from the Help file that Actipro supports the WPF UI Automation Framework part of Coded UI Test.
I've come across a bug when attempting to automate buttons inside a Ribbon Tab Group. This bug has been found by other users online, and it appears to be a bug in .NET 4.0. The Coded UI Builder tool will always fail when attempting to record a click action on a Button inside a Ribbon View Tab.
Here is a link to Microsoft Connect acknowledging the bug:
The issue seems to be related to ScrollViewer not returning true when iterating nested controls (or something). There are a few other links online finding the same thing.
This is a good site explaining it:
This site also claims to have a workaround but it requires overriding some functionality in ScrollViewer.
My question is, have you encountered this, and do you have any suggestions on how I might be able to work around this? I'd really like to utilize the UI Automation feature with Actipro for regression testing.
Thanks!