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 qtp testing process?
Explain different types of action in qtp?
What is the difference between run time object and test object?
HOw to add the recovery file at runtime to the test file .
What is the file extension of the code file and object repository file in QTP?
Why we use QTP ,We can use other tools like WR OrSilktest What r the options in Qtp that WR and Swilktest Does not have.
Give the syntax to import/export xls into qtp.
What is checkpoint in qtp?
How did you resolve conflicts present in Object Repository?
WAT IS DATA BASE AND XML CHECK POINT ?HOW TO IMPLEMENT IT ... GIVE PROPER EXAMPLE FOR IT
What are the views available in quicktest professional (qtp)?
How is the Bitmap checkpoint different from Image checkpoint?
How many types of recording modes are there?
What are the steps involved in the recovery scenario wizard?
How do we analyze the checkpoint results?