I am very new to QTP and VB script
Can you please explain the logic you have applied inside the function GetQTPTableIndex in index method
Also what is purpose of below condition and from where is iCount coming?
Thanks in advance!!
Can you please explain the logic you have applied inside the function GetQTPTableIndex in index method
Also what is purpose of below condition and from where is iCount coming?
Code:
If iCount <> 0 Then
Set table2use=objCol.item(iCount-1)
Else
Msgbox ( "cound not find the table")
End If
Thanks in advance!!