Micro Focus QTP (UFT) Forums
Access Webtable Cell - 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: Access Webtable Cell (/Thread-Access-Webtable-Cell)



Access Webtable Cell - learner1 - 12-29-2009

To access the Data in a WebTable we Use B("").P("").WebTable("").GetCellData(Row,Col)

In my case i am verifying the whole Column Data of the WebTable.
So i am accessign the Data using above command and then comparing it with the required value.
then pointing next row of table and accessign the Data using above command and then comparing it with the required value.

This way i am again and again using GetCellData command which taking more time.

Can not i get the whole column data of the webtable into an array.this way i can atleast save some time by ignoring getcelldata command