We have application which uses Infragistics – 2.0.5001.36 controls, Just wanted to check, Is there any way to automate that application which has these controls. Currently We are unable to automate it with Coded UI.
Just wanted to check if the automation support is available for Infragistics – 2.0.5001.36 controls or not.
The controls are of type: Tree View, Menu
Hi Dan,
I haven't used TestStack.White either but we did implement UIA in most controls to support Coded UI Test. http://ko.infragistics.com/help/winforms/coded-ui-test-extension-overview lists the supported controls we added UIA for so what have you encountered that isn't working? Are you able to verify what you want to automate with uia verify?
Hello,
I'm picking up a fairly old thread here but...
I'm looking into setting up Coded UI tests on a Winforms application using Infragistics (16.1) controls. I've noticed your new Coded UI extension which work with Visual Studio. I have Visual Studio Professional so can’t use Microsoft’s Coded UI. Do you knlow of any reason why your Coded UI extension wouldn’t work with TestStack.White?
Thanks
Dan
Ashish,
Even when the controls were maintained Infragistics didn't provide any tools for automation of the VB6 controls and I am not sure what would work well. You could test other testing tools on your own to see if is able to record/replay actions on the VB6 controls and allows automating your tests.
I have never looked at TestStack White so I don't know if this will help you. Some others that you could look into as well are HP Quick Test Professional and IBM Rational Functional Tester as they may give you enough functionality to automate your application though again I haven't tested these with the VB6 controls and don't know how well they will work.
Let me know if I may be of further assistance.
Hi Alan Halama,
Thanks for your information, I am really impressed with your prompt response.
Is there any other tool at your end to automate the mentioned application (VB 6 + Infragistics – 2.0.5001.36 Controls), If it's available then, I'll be glad to know.
As per my understanding and information, there is one tool named TestStack White - https://github.com/TestStack/White
Will it able to help?
Please let me know your comments.
Regards,
Ashish
The UI Automation that Coded UI Test uses is newer than the VB 6 controls and as such they don't support the UI Automation that Coded UI Test needs so it is expected that you will not be able to automate testing with these controls using Coded UI Test.
Let me know if you have any questions with this matter.