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 the new version of qtp which is recently released in the market?

0 Answers  


why qtp supports vbscript? and not for others just like cgi,phython,shell,perl,html and all..

4 Answers   Cap Gemini,


I have 2 Environment variable which holds int. I called into my test and addedup. but output is concatenating the values instead of Sum. Ex. Envi("a")= 10, Envi("b") = 20, c= Envi("a")+ Envi("b"). msgbox c ( Ans.1020). How to overcome this pblm? I used the add fn also..

3 Answers   BirlaSoft,


abt filter function if iam using below two statments its ok My = Array ("Apples","Oranges", "Apricots") MyResult = Filter(My, "Oran") if i use msgbox MyResult it shows type mismatch plz help me

2 Answers  


Is there anyway to automatically update the Datasource name in Database Checkpoints object when we migrate tests to a new release?

0 Answers   ADP, CTS,






What are the most frequent errors you faced while executing your scripts?

4 Answers   Semantic Space,


what is the syntax for regular expression in QTP? how to create user defined functions in QTP?

6 Answers   CTS, MBT, TCS,


In what occasion we can specify global sheet and action sheet?

0 Answers  


How to identify the objects using descriptive programming when the object property values are same, i mean in a page 10 objects are there i want to click the 6th object but all the object property values are same? using descriptive programming

2 Answers   Genpact,


Can we continue functionality testing without framework?

4 Answers  


what is selective recording ? and normal recording?

1 Answers   iSoft,


Can we write winrunner language i.e TSL in QTP tool?

0 Answers  


Categories