How to retrive data from a data table which is in 3rd
row,4th column and place it in main script..like retrive
name,date from data table..write script for this.
Answer Posted / deepika
Set T=DataTable.GetSheet(1).GetParameter(4)
'n=DataTable.GetRowCount
DataTable.GetRowCount
'For i=1 to n
R=DataTable.GlobalSheet.SetCurrentRow(3)
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is the difference between a Function and Action in QTP?
Where to use Property Let, Property Get, Property Set in UFT
Hi Friends... By using QTP , can we test .net products...and that product supports different languages.. thanx in advance..
How will you check that your test cases covered all the requirements?
What is checkpoint in qtp?
Which environments does qtp support?
i have an external excel datasheet where it only contains 3 rows. after qtp executed the code to import the datasheet, the datatable getrowcount method now gives me a different value, lets say 60,000+ instead of only 3. i did not have any values starting from row 4 of my excel file. why is this happening? this also results to the qtp report to load for a very long time.
Diff b/w Health care domain and Banking Domain?
what are the utilities and drivers
What is difference between Recording time object identification and Run time (Execution) time.
What is quicktest professional?
Does any one worked on JIL Emulator , Testing with QTP(automation). Trail Version of QTP is not identifying the child objects of JIL emulator, Can any one help me out ,
Explain more about the Test Fusion Report of QTP?
How to carry out bit map check points in QTP
What is the significance of “action 0” in qtp?