12-29-2009, 12:27 PM
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
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