mortoray
14 years agoNew Contributor
QT Exposing data to TestComplete
Our application is written in C++ using QT and one of our testers is using TestComplete to automate some of the testing effort. We have several interfaces that are quite customized, though usually based on one of the standard controls.
I'd like to know if there is a way for me (as the programmer) to expose additional data to TestComplete inside QWidget objects?
Is there any way that TestComplete could gain access to the properties as set by QObject::setProperty and retrieved via QObject::property?
I'd like to know if there is a way for me (as the programmer) to expose additional data to TestComplete inside QWidget objects?
Is there any way that TestComplete could gain access to the properties as set by QObject::setProperty and retrieved via QObject::property?