WPF UI Automation With Infragistics Controls
Does anyone have any good pointers/examples/links for writing WPF UI automation tests with applica开发者_StackOverflow中文版tions utilising Infragistics controls?
CodedUI, that comes with Visual Studio Premium/Ultimate editions, seems to work fine with most of the controls
I have used UI Automation and TestStack.White with Infragistics. The White framework is built on top of MS UI Automation famework so you get best of both worlds. Example links are:
- WPF ItemsControl with TestStack White
- teststackwhite
- UI Automation Overview
精彩评论