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 / sushil
'set the current row to 2nd
DataTable.SetCurrentRow (2)
'get the value of 3rd coloumn of 1st sheet.
abc = Datatable.value(3,1)
this code is working fine, i have checked.
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
Hi,Sudhanandareddy plz forword framework and ppts for QTP to me. This is my mail id: ranjith_99reddy@yahoo.co.in (your contact number also)
how can i pass a "automation script" as a parameter in a function give me need full suggestion thank inadvance
Mention the test steps of qtp.
How to run an integrated test scenario using Multiple Actions? How to use the QTP Step Generator?
What is different command used in command Prompt while using QTP?
www.icici.com ,after this.. home page wll came, in this page what r the items we r going to test for manual and what are items we r going to test for QTP... explian clearly with example
What is the parameterization?
Please help me by providing the License key for QTP 9.2, at guru_aarya@yahoo.co.in Best Regards Gururaj.B
In qtp is it possible to check broken links of a page?
Explain QTP using different development techniques ?
I want to do QTP Certification what is the pattern of Question paper.
How to create Reusable and Multiple Actions?
How to associate function library at a run time?
Discuss the QTP Environment?
There is an built in window application in qtp9.1,i.e.Flight4.0.i want to implement the recovery maneger on it.How can i do this?