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
How you create new action in qtp?
Pls can anybody send me the Recent Technical and Interview Questions Which were asked in IBM(QTP)Automation PLZZZZZZZZZ
What is test object model in quicktest professional (qtp)?
Hello everyone! I am just writing a small test for a windows application. I have a problem with a text output value. The value i am trying to catch is presented in a scrollable textbox. When the text is too long, only a portion of it gets captured. Do you have any experience with this?
How many add-ins comes by default with quicktest professional?
How to delete an object from the object repository?
Where we can use the synchronization?
Which functionalities of QTP used in banking project? pls any say answer?
Hi, how can we check or avoid the memory leakage in QTP9.2?
What are the flaws in water fall model and how to overcome it?
we add library file used in test via settings or through "ExecuteFile" command. when we implement framework do we make common library file and load the same for all the test cases execution?
What is 'sleep' in sync point?
Explain in brief about the quicktest professional (qtp) automation object model?
How can we conduct U-I Testing by using QTP??????
When should I use smart identification?