record fetch in QTP

2 views
Skip to first unread message

Aman Kumar

unread,
Jul 29, 2009, 4:17:20 AM7/29/09
to Mercu...@googlegroups.com

     How to get the record in QTP.. say like Record to fetch is …. 2nd column 4th row record to fetch from datatable

Roman Zilber

unread,
Jul 29, 2009, 11:23:58 AM7/29/09
to Mercu...@googlegroups.com

DataTable.GetSheet(tblSheetName).SetCurrentRow(4)
value = DataTable(2, tblSheetName)

How to record it, I don't know.

sam

unread,
Jul 30, 2009, 1:00:26 AM7/30/09
to QTP - HP Quick Test Professional - Automated Software Testing
We can also use

DataTable.GetSheet(tblSheetName).getparameter("columnname/
id").valuebyrow(4)
> > th row record to fetch from datatable- Hide quoted text -
>
> - Show quoted text -
Reply all
Reply to author
Forward
0 new messages