phineasphred
2 years agoOccasional Contributor
Map custom property for C++ application
I have an application written in C++ using Win32 with an object derived from standard window. I can see all the window properties like Name, WndCaption, etc. just fine in TestComplete. Something like this:
cap = Aliases.Offline_Main.MainWindow.InfoButton09.WndCaption
But in my derived class I have another class that holds data. I want this class to be available in TestComplete. Something like this:
cap = Aliases.Offline_Main.MainWindow.InfoButton09.Data.MyCaption
I don't know how to get it to map this "custom property". Is this even possible?
Thanks,
Fred