06-17-2009, 05:00 PM
Hi,
I'm trying to automate testing of C++ application using QTP.
There is critical problem I met - custom grids (ultimate grids) which are recognized by QTP as WinObject.
For example, when I'm clicking on some grid cell then QTP writes:
and I can not to get values from grid cells and write to them something...
Is there some possibility to resolve this problem?
For example write some plugin (like TestAdvantage for Infrognatiscs grids) to force QTP recognize the cells of custom grids and proceed with them.
Maybe there are some other convenient ways to resolve my problem...
Please help me!
I'm trying to automate testing of C++ application using QTP.
There is critical problem I met - custom grids (ultimate grids) 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("AxxWnd50").Click 38,23
and I can not to get values from grid cells and write to them something...
Is there some possibility to resolve this problem?
For example write some plugin (like TestAdvantage for Infrognatiscs grids) to force QTP recognize the cells of custom grids and proceed with them.
Maybe there are some other convenient ways to resolve my problem...
Please help me!