Login
Remember
Register
Ask a Question
How to find the total number of rows in the webtable in UFT?
+1
vote
asked
Apr 16, 2020
in
QuickTest Professional (QTP)
by
Robindeniel
How to find the total number of rows in the webtable in UFT?
#uft-webtable
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Apr 16, 2020
by
SakshiSharma
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
...