how to retrieve data from the data table (from a particular
cell)
Answer Posted / uday kumar_anem
First goto the the row and then retrieve the value from the
required cell.
datatable.SetCurrentRow(rowid)
datatable.Value(columnId,SheetId)
Ex:
datatable.SetCurrentRow(3)
val=datatable.Value(4,1)
| Is This Answer Correct ? | 23 Yes | 3 No |
Post New Answer View All Answers
What is the file extension of the code file in qtp?
What are the features supported by UFT?
Explain more about the Test Fusion Report of QTP?
What are the technics follow in writing VB script?
What are the different types of checkpoints?
1.Qtp suppots Unix& linx or not 2why qtp suppots shell script.
what is error and fault in terms of software quality?
Hi Friends, Im planning to do certifcation in mercury Automation Tool QTP.But I Didnt get any clear details regarding course syllabus, fees, where to approach, and which certification would be useful for the experienced testers? can any one send me the details?
How you can find length of array in qtp?
what is command for executing files?
Can any body please tell me the steps of keyword driven frame work in qtp. My mail is saswat445@gmail.com please send some materials on keyword driven testing in qtp. thanks a lot...
what is actually contain test report? can anybody post the test report
What is a recovery scenario?
Hoe can we do retesting using functions please give the code for it using login page
What does it mean when a check point is in red color? What do you do?