Vallalarasu_P
7 years agoFrequent Contributor
How to Automate "DevComponents.DotnetBar" Using Testcomplete ?
Hi All, In my windows application, I have ClrFullClassName as DevComponents.DotNetBar and the child objects are unable to identify. Please let me know how do you handle this situation in testc...
- 7 years ago
TestComplete doesn't support DevComponents.
The alternative is to access as Open Applications.
Try using MSAA, UI Automation and TextObject in the OpenApplication
Using the class name of the DevComponent. Set these three properties and verify that Object spy is able to identify the objects.
If I remember right, i have used MSAA as */Classname
Textobject as */Classname.
Hope this resolves your issue as a quick fix.