Micro Focus QTP (UFT) Forums
Help with object spy....gridpanels..please! - 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: Help with object spy....gridpanels..please! (/Thread-Help-with-object-spy-gridpanels-please)



Help with object spy....gridpanels..please! - sciencecrazy - 01-17-2014

Hi,

I am trying to automate some checks on a java application. In one page, there is a gridpanel which has multiple row entries. I want to be able to click a row by using its index or text property. Not by saying ".Click(12,234)". Not by coordinates.

I have talked to the developer and he says that the grid is called "gridOrders". And it should have properties like "getCellText()" etc. The problem is that object spy can't see this "gridOrders".

any help/direction would be appreciated.

Can anyone help, please.................this is pretty urgent


RE: Help with object spy....gridpanels..please! - jacosta - 01-28-2014

Hi,
you need to use a virtual table, make a query to the database with the conditions necesesarias you fill the grid and the value you want to look click on the virtual table, and click once found him