+1 vote
in QuickTest Professional (QTP) by

How to find the total number of rows in the webtable in UFT?

1 Answer

0 votes
by
There are three ways which we can find the count of rows in the table in UFT

a)  Using rowcount property of UFT webtable object

b)  Using GetROProperty of UFT

c)   Using HTML DOM + UFT
...