What is a Run-Time Data Table? Where can I find and

view this table?

Answers were Sorted based on User's Feedback



What is a Run-Time Data Table? Where can I find and view this table?..

Answer / jagadeesh

Run-Time Data Table is the excel sheet that is generated
during the run-time or during the execution of the script.
In the Results window, if you expand the results, the second
entry will be the run time data table. If your script writes
any values to the excel sheet then all those values will be
seen in the run time data table.

Is This Answer Correct ?    8 Yes 0 No

What is a Run-Time Data Table? Where can I find and view this table?..

Answer / chivukula.kumar

Actually QTP having the Datatable default ExcelSheet(Global
sheet and PerActionsheet)


I decided to enter the values at the time of running the
script then i will use the datatable parameterization.

At the time of execution that datatable converted into run-
time datatable it is stored in default.xls folder and
appeared at result window as a run-time datatable (with
input and output values)

Is This Answer Correct ?    6 Yes 1 No

What is a Run-Time Data Table? Where can I find and view this table?..

Answer / nilanjan saha

The values of the Run Time Data table does not reflect in
the QTP's DataTable window after run.
If you like to see the values of that DataTable after Run
you can see it by openning QTP's result window, then
expanding the trees in the left pane of that window, there
you will see Run Time DataTable Icon just below the Test
Summary.
If you click that you can see the runtime's content of that
DataTable.

If you want to store runtime values, please, export it to
some location
(see below code):
DataTable.Export ("D:\XYZ.xls")

Is This Answer Correct ?    5 Yes 1 No

What is a Run-Time Data Table? Where can I find and view this table?..

Answer / sreeprasad

In QTP, there is data table used , which is used at runtime.

-In QTP, select the option View->Data tabke.

-This is basically an excel file, which is stored in the

folder of the test created, its name is Default.xls by

default.

Is This Answer Correct ?    4 Yes 7 No

Post New Answer

More QTP Interview Questions

What is log file? what is the use of Log fine. How to create? what are the contents and the main advantages of log files. plz do help me in this concepts as i have an interivew on qtp in a couple of days. plz do help me.. thanks in Advance.

1 Answers  


Hi, i have a string like "INDIA". I need to display this string vertically in Msgbox?

1 Answers  


Is there any option in QTP to add Java add-in after instaling the QTP?

3 Answers   IBM,


How you can make an action as re-usable action?

0 Answers  


If there is a change in the object type eg: A button is changed as link, 1. How to edit that in the shared object repository. 2.What options are available to edit the object within shared object repository other than copy from loca; 3.What would be the effect of the change in Coded Scripts within QTP and Functions stored in .vbs file which are loaded and used in QTP

0 Answers   HP,






How you know that a test case is a regression test case

1 Answers  


I want to run my qtp scipt on the system where qtp is not installed .I don't want to install qtp but i want that system should use the qtp from another system in lan just the qtp instance should be launched on that system without having qtp installed on it .I probably know the solution that it will be solved through RMI but how to get this problem solved plz help i anyone know the answer

4 Answers   Cimcon,


tell me QTP standards ?plz

0 Answers   Kanbay,


What is Performance testing?

2 Answers   Crea,


How to connect to the Database from QTP?

10 Answers   DB, Thatavarti Technologies, Xchanging,


How to call .vbs functions in QTP? plz Explain indetail

4 Answers   Wipro,


write progamming connecting QTP to database sql? this is question asked by interview? please give sql, pl/sql related answer?pls any answer this?

3 Answers   IBM,


Categories