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 |
hi frinds i need help .i have 4 + yrs exp in testing and nearly 2 yrs exp in QTP and QC .currently iam working north fast 2 yrs iam looking for job in south is there any openings plz letme know my mail id is pbre1980@gmail.com
In QTP what is the difference between Step-in, Step-out, Step-over ?
object types is used for what?
what is a good testcase?
Can an action have 2 shared object repositories associated with them? In that case, if two of them contain the same object, which one will be considered?
How to invoke QTP using Dos prompt ?
what is risks of testing a project?
What are advantages of test automation?
Please Explain The QTP real Testing process with steps.
Brief the process of testing with UFT?
Explain the terms test and business component?
Hi Frriends... I have one Query please give the apropriate ans. when we r working with web based application , the user loggedin page name is changed respect to the username ( Take a exp. Yahoomail.com) .When we use Datadriven test to this scenario ,each time the loggedin page name is changed ...then the script is fail.. at that time wat can do... please give the apropriate ans. Thanx in advance..