Which property do you use to retrieve or assign data into a
cell in a Data Table object?
Answer Posted / amarendra kothuru
Retrieve data from Datatable cell.
E.g:
var_Value = DataTable(columnname/column number,
sheetname/sheet number)
Set value to DataTable cell
E.g:
DataTable(columnname/column number, sheetname/sheet
number).Value = "value"
Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Can U Explain about QTP tool from older version to latest version also its differences?
Whether qtp 9.0 supports Test director8.0
I have qtp 9.5 demo ver,I am not able to record the yahoo broeser.so anyone can tell me what setting i have to do in QTP for yahoo brower recording. why its not recognise the object of yahoo browser????
What is Unicode Compatibility?
How to modify object property in qtp ?
descriptive program for a yahoo mail that is in yahoo mail suppose check box mailid subject assume it is like this format all things are in webtable the question is suppose some mail ids are there in that mailids i want to select the check box wich is before a@gmail.com and after that i want to click on delete button
How to use checkpoints in qtp ?
Can testing be done on the production system, or will a separate test system be required? How are browser caching, variations in browser option settings, dial-up connection variabilities, and real-world internet 'traffic congestion' problems to be accounted for in testing?
Hai anyone please "Explain about Framework in QTP?"
How many types of trigger events are there in qtp?
Suppose I want fail that check point? How can you do that?
Why is Client side image is preferred over server side image?
What is the difference between qtp and selenium?
How to test the login page in different ways in automation testing and i need code?
What is the difference in testing a client-server application and a web application?