03-25-2011, 06:25 PM
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:
and I cannot get values from grid cells and write to them something...
Is there some possibility to resolve this problem?
please help
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?
please help