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

view this table?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

when I try to run below script in QTP "totalPages" value is 2. But i am getting error message (Type mismatch: 'totalPages' Line (): "For i=1 to totalPages".) totalPages=Browser("Name:=User").Page("Title:=User").WebElem ent("innertext:=of.*").GetROProperty("InnerText") msgbox totalPages For i=1 to totalPages rnum=Browser("Name:=User").Page("Title:=User").WebTa ble("column names:=User Name;ID;Last Name;First Name").GetRowWithCellText("store4") If rnum>0 Then r=rnum Exit for End If Browser("Name:=User").Page("Title:=User").WebElement ("html tag:=A","x:=471").Click MsgBox "Exit" Next

3264


What is throw Object?

1554


What is the quicktest professional testing process?

526


How to capture dynamic values in load runner and how Each of the captured values are to be written to a text file (c:\temp\LoadRunner1.txt)

1732


What are main panes available in qtp test browser?

531






what is the diff between manual test plan document and automation test plan doc.can u explain indetail.

1638


Hi there, I've installed a trial version of QTP to see if it works with my product but I cant automate selecting windows from a tree view? Can anyone give me any pointers? Many Thanks

1412


Hi any body pls help me for QTP 11.0 software free demo version. i have to practice. Kindly send the link.or where i have to download.

1696


hi i want license key for qtp 9.2 pls its adjust product name : quick test professional locking code :8 - 54A6A license type : seat license maintenance number : 88888888-8888 pls send license key to my email id borusu.ramkumar@gmail.com

3699


How to check feasibility of the appliction?in automation testing?

1469


How do you synchronization point through DP?

595


If the weblist is identified as webelement,and by clicking on webelement if the values are displayed,and if the values the values also identified as webelement.then how to fetch the values through script?

4692


how to explain a claims and insurance project?

1748


What test cases can you automate using QTP?

642


I am having major problems with some DB Table Checkpoints I add to my script. I 35 web based applications recorded and each has DB Table Checkpoints insert but only 1 script isn't recognizing the DB Table Checkpoints for some reason. I've checked the DB connections and the info in the Library Functions and still only this one script out of 35 doesn't recognize the DB Table Checkpoints. Can someone please help me figure out why only this one script out of 35 that's hitting the same database is having a problem.

1737