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 get the column count and column name from the resultset in the database connection program?

6 Answers  


Is it possible to change the extension of Shared object repository?

2 Answers  


how to pass parameters from one action to another using output parameters I am not calling action 2 from action 1, they are being called individually I need syntax please .. Requirement: Action 1 customer = Browser(" ").Page(" ").Link(" ").GetROProperty("value") I want to use the value stored in customer in Action 2 I do not want to use any of these actions as re-usable actions

2 Answers  


hi all i have qtp 9.0, Active screen is not working means after recording script snap shots not displayed in Active screen window. i have all ready check all setting means Tool...>option...>Active screen...>Default Level button is disabled. Is there other setting is remain to set Pls help i m new for qtp

1 Answers  


what is QTP batch testing tool?

2 Answers  






i ve an excel in a QC folder. Thru my QTP script i want to open that excel in runtime. I am running this script from QC itself

4 Answers   TCS,


How the objecs properties are identified?Tell me in Hierarchical order?

5 Answers   IBM,


What are the disadvantages of Recovery Scenarios in QTP ?

3 Answers  


how to test one edit box using dotnet addin for Web Applications? write script?

2 Answers   NTT Data,


How can you identify the browser and its information using QTP script?

0 Answers  


I need to pull the data from the page which in row, column vice into excel sheet, how can it be done using QTP? eg: Name Dept xyz gdty i need the same data to be exported in excel sheet.

0 Answers  


Does QTP supports Linux or Unix OS?.If so which scripting is preferable? Shell we do record and playback

1 Answers  


Categories