Which property do you use to retrieve or assign data into a
cell in a Data Table object?



Which property do you use to retrieve or assign data into a cell in a Data Table object?..

Answer / 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

More QTP Interview Questions

How to create an instance in QTP?

1 Answers   Collabera,


How to test whether the navigation i.e. from one page to another is working r not using QTP for web based application

1 Answers  


what are the attributes of QTP?

3 Answers  


What is the architecture of your project? Can any one answer for this question plz........

0 Answers  


HOW TO CONVERT MANUAL TEST CASES IN TO AUTOMATION TEST SCRIPTS EXPLAIN THE PROCESS?

0 Answers   ADP,


When and why to use descriptive programming?

0 Answers  


Is it possible to merge two object repository files in qtp?

0 Answers  


If u prepare bug report in Excel sheet . Is it possible to send thrw Test director? how it is?

3 Answers   Wipro,


In Datatable having the data like this S.no Name Address 1 raj hyderabad 2 suresh Mumbai 3 shyam chennai 4 dev banglore i want to get the shyam row id & column id using scipting i.e 3,3

4 Answers   Broadridge,


How can we close all webbrowsers which are opened in out desctop?

8 Answers  


Hi All, I am 4 yrs experieced in manual testing and new to automation tool QTP. Iam trying to learn it thru online and material i have.I am able to understand but unable to trace out which method or function to be used where necessary in VB Script. How come we know the functions or methods to be used to open a window when clicking on button or so...Pls suggest me.How can i proceed further to apt VB Script.

0 Answers  


How to execute a WinRunner Script in QTP?

3 Answers   IBM,


Categories