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
How to use the object spy in quicktest professional (qtp) 8.0 version?
Hello friends..... On which areas of an application we can not test with QTP
How will you test a stapler?
"What are the common constrains that we need to consider when we prepare testcases for ASP application". Thanks in Advance...
Hi, I am using OutputCheckPoint for 2 webelements Bed:4 and Bath:2 Full,1 partial in my result page and I am storing the value in the data table. I dont need the string Bed:4,I would like to get only the no 4. How can I get it? Even though I highlight only 4,It is seleting the full value "bed 4". Same thing happend for second webelement Bath:2 Full,1 partial I need only the No 2. I used the following to split MyArray = Split(UIBathResult, " ", -1, 1) But it is giving the value My Array(0)=Bath:2full,1Partial I need the only the nos for further comparision.Any help? Thanks Uma
How to test login module with different username and password by using data driven testing in QTP?
How can we use the "CreateObject("Shell.Application")" in QTP and what is the definition and purpose of it?
how to test Web application using QTP software
What is difference between shared and local object repository?
What are the major/ important methods, functions in QTP we use realtime testing
What is action? How many types of actions are there in qtp?
how to test use the quality control .how to verify the image verification
How to perform cross platform testing and cross browser testing using qtp? Can you explain giving some example?
Explain step generator in qtp?
what is error and fault in terms of software quality?