christophert
10 years agoOccasional Contributor
Does TestComplete work with QTreeView controls?
I am not new to TestComplete but have never tested C++ Qt applications using it, only C++/MFC projects. I have an application developed using Qt 5.4.2 which I need to test. Two of the major user interface components are implemented as QTreeView controls.
I see documentation about QTreeWidget support but nothing about QtreeView support except for http://support.smartbear.com/viewarticle/26146/
That links to an article using Qt 4.7 and relies upon the control having a "CurrentIndex" property. I cant see that property when I inspect my objects. I have inserted "QTreeView" into the Object Mapping of my project under QTreeWidget but this doesn't help.
Am I wasting my time trying to interrogate these controls in TestComplete?
Cheers,
Chris