delphi - How to test labels in QTP -
I am using the QTP 9.5 test of my application written in Delphi. I have been installed the Delphi add-in and QTP can recognize Delphi controls. Most but not all, especially TLabel QTP can not recognize this control and it is being ignored by object detective.
Cheers!
Any suggestions, tip, did you try with TstaticText instead of TLabel?
They are labeled with a window handle (descending from TWINControl instead of TGraphicControl), which means that they can get Windows messages from the outside.
I am feeling that this is your problem (I do not know as an estimate QTP)
Comments
Post a Comment