What is a Run-Time Data Table? Where can I find and
view this table?
Answer Posted / 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 |
Post New Answer View All Answers
What we are looking for is to load properties of object dynamically as for our application the global repository will pretty huge. It will be really helpful to us if something similar to following functions of Winrunner is available in QTP. #Define descriptor auto strDesc; #set property in the descriptor Gui_desc_set_attr(strDesc,?Class?,?Edit?); --- put other properties #Add Edit box to GUI Map Gui_add(? ?,strWindowName,strEditboxName,strDesc);
Can any one tell me about "Mapping Repository Parameter Values" and why we use it....??How to use it???Please, tell the preconditions also...........???? Thanks in Advance
How to upload excel files into Quality Center using QTP Script and how to delete excel files from Quality?
What is the extension of QTP local Repository? If it is .mtr then what is .bdb extension stands for?
Can any suggest me what is exposure testing?
What is keyword view?
How to add synchronisation points in qtp?
Hi All, How to get repeated word in string . Thanks Balaji
Explain in brief about the qtp automation object model (aom).
What is QTP scenario.
How to do the scripting. Is there any inbuilt functions in qtp as in qtp-s. What is the difference between them? How to handle script issues?
What are the properties you would use for identifying a browser and page when using descriptive programming?
I want to capture data(using keyword) from msdos application using QTP?... Below is little work i could do on it... /* Set app=CreateObject("Wscript.shell") SystemUtil.run ("C:\Users\Agent\Desktop\pumpsim\PUMPSIM.EXE") Window(“PUMPSIM.EXE”).Activate wait(3) app.sendkeys "N" */ Thanks in advance...!!!
we add library file used in test via settings or through "ExecuteFile" command. when we implement framework do we make common library file and load the same for all the test cases execution?
How can I check if a environment variable exist or not?