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

Showing Answers 1 - 16 of 16 Answers

Poonam

  • Aug 4th, 2005
 

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.

Zakkula

  • Aug 7th, 2005
 

Hi!, 
Run-Time Data Table? 
There could be 2 answers 
1) It could be Global Data Sheet, wherein values can be stored/retrived only at runtime. 
2) or it could be default data table created in the Script floder. 
 
Cheers

Rekha Basu

  • Aug 17th, 2005
 

 
after running the parameterized test,you can view the actual values taken from the data table in the test results. 
 
(in Qtp TEST TESULT window,on left side Tree view 
with a small icon like table say Run-time data ) 

  Was this answer useful?  Yes

Satish.cherukuri

  • Sep 15th, 2005
 

The test results tree also includes the table-shaped icon that displays the run-time Data Table—a table that shows the values used to run a test containing Data Table parameters or the Data Table output values retrieved from a test while application test run.

  Was this answer useful?  Yes

Narender Reddy

  • Dec 4th, 2006
 

The DataTable itself is called a Run-Time Data table because the data which we are entered in the data table is perametrized to the script at run time

  Was this answer useful?  Yes

Diwakar

  • Feb 1st, 2007
 

A Data table is like an excel sheet which is used for parameterization. Data table can be found in QTP Window and when you save the test, the values in the data table is saved in "Default.xls" file in the test folder.

  Was this answer useful?  Yes

montyjobs

  • Jun 18th, 2007
 

1. While coding your script, table which u will see in QTP IDE is design
time data table

2. Data Table which is used by QTP at runtime to read parameter values is
called Runtime data table.

You can find Runtime data table in QTP test result window.

Runtime Data Table = Design time table + Output values from actions

Thanks,

Manish Bhatla


  Was this answer useful?  Yes

jayashilpa

  • Jul 10th, 2007
 

Run-Time data table stores the run-time values(output  values). It can be viewed in Test reults window.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions