What is a Run-Time Data Table? Where can I find and
view this table?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
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 |
How to add Dynamic Objects to Object repository?
some times we write user define functions.where we write main and sub program,how,where to insert the functions in qtp?
what is the general issues faced while using automation tool Qtp9.0
How to launch application under test through VBscript without using systemutil.run or invokeapplication?
Set DR= CreateObject("Mercury.DeviceReplay")
How do u write regular expression for a window name which is changing for each build ? i.e. in first build the window name is : "computer graphics are very ...." . in second build the window name is : "computer graphics can be created" . - Appreciate proper replies
I want to know can we integrate visual source safe tool with QTP and QC for our version controlling process? WE know QTP and QC 10.0 version is having the version control inbuilt in it but I want to know the merits and demerits of the inbuilt version control tool and the visual source safe tool using QTP and QC.
Explain about the test fusion report of quicktest professional (qtp)?
What expansion of "MIC" in MICPASS (TEST ReportPAGE)
Please explain me i am using QTP 9.5 ,i am creating re usable scripts,i have to pass data from one local sheet to another local sheet.for example i am creating emploee information, (data is in action 2 local sheet),In this data table emplyeee number will get,i have to pass employee number to another reusable script search data (action2 local data sheet)
What is the use of "Step Generator" in QTP??for what purpose we are using??explain with an example
What is the maximum size of Object Repository in QTP 8.2?