Hello all!! How are you??
I'm new here, I'm working with QTP, and I have a doubt
I'm trying to Get a value from a webtable and I don't know how can I put in my LocalSheet.
I used this to get the text from the table:
The MsgBox is correct, but I can't find the way to put this value into my LocalSheet
I'm trying to use
Thank you in advance
I'm new here, I'm working with QTP, and I have a doubt
I'm trying to Get a value from a webtable and I don't know how can I put in my LocalSheet.
I used this to get the text from the table:
Code:
CellText = Browser("Application").Page("Application").WebTable("Code").GetCellData(2, 1)
MsgBox CellText
I'm trying to use
Code:
DataTable.LocalSheet.AddParameter but still not working
Thank you in advance