0 votes
in QuickTest Professional (QTP) by
How to find array size in QTP?

1 Answer

0 votes
by
Size of an array in QTP will be found by using the following code Print (ubound(arr)+1)

Ubound returns the last index in array- so size of array will be +1

Related questions

0 votes
asked Apr 25, 2020 in QuickTest Professional (QTP) by Robindeniel
0 votes
asked Apr 13, 2020 in QuickTest Professional (QTP) by amita rallin
...