Forum Discussion
AlexeyKolosov
Staff
15 years agoHi,
Currently, TestComplete is able to access only properties known to the meta-object system. If you add a property by using a setProperty() call and do not use the Q_PROPERTY macro for it, the property will not be available to TestComplete.
However, I can register your request to implement support for the dynamic properties added by the setProperty() call, and we will consider implementing it in the future. Please let me know if you want me to do this.