Micro Focus QTP (UFT) Forums
QTP's behavior with MFC - ultimate grid (ProfUIS) - Printable Version

+- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums)
+-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP)
+--- Forum: UFT / QTP Beginners (https://www.learnqtp.com/forums/Forum-UFT-QTP-Beginners)
+--- Thread: QTP's behavior with MFC - ultimate grid (ProfUIS) (/Thread-QTP-s-behavior-with-MFC-ultimate-grid-ProfUIS)



QTP's behavior with MFC - ultimate grid (ProfUIS) - Syeda_Shilpa - 03-25-2011

I'm trying to automate testing of MFC application using QTP.
There is critical problem I met - custom grids (ultimate grids - ProfUIS) which are recognized by QTP as WinObject.

For example, when I'm clicking on some grid cell then QTP writes:
Code:
Window("app_name").Dialog("dialog_name").WinObject("AxxWnd80d").Click 38,23

and I cannot get values from grid cells and write to them something...

Is there some possibility to resolve this problem? Sad
please help