What is a Run-Time Data Table? Where can I find and
view this table?
Answer Posted / 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 |
Post New Answer View All Answers
what is supply chain management?
I need to obtain the parent of an object programatically, so if I have: winButton("aButton") I need to obtain the parent part: window("Window1").Dialog("Dialog1") so I can programatically create a string of the full name of the object to call it with an execute statement in QTP I would like to use something like: part[1] = "window(""Window1"")" part[2] = "dialog(""Dialog1"")" so I can do: exeLine = part[1]&"."&part[2]&"."&"winButton(""aButton"")" Execute exeLine Apart from keeping a record of the window/dialog hierarchy is there a parent or path function/ command Thanks Adrian
can anyone tell me from where i can download qtp demo or crack version
Hi,All How to create a link in excel sheet using qtp
how to explain a claims and insurance project?
what are all the fileds present in object repository?
What is text/text area checkpoint?
What VBScript operators, functions, and statements do you use in QuickTest Professional?
What is a data driven test in qtp?
hi all here i have tab named "Workbench" By clicking on "workbench" tab.it displays 4 tabs like below workbench common cargo commercial charter "common" tab have 10tabs inside,"cargo" tab also haveing 15 tabs inside and remaining two tabs also having few tabs inside. when clicked on "common" tab.it displaying the script like tab("workbench").select"common" if i clicked on "cargo".it displaying the script like tab"workbench_2").select"cargo" if i clicked on "commercial".it displaying the script like tab"workbench_3").select"commercial" if i clicked on "charter".it displaying the script like tab"workbench_4").select"charter" I have used a "FOR LOOP" for common,commercial,cargo,charter tabs.it was stopped at second tab SO, CAN I RECOGNIZE "WORKBENCH_2,_3,_4" AS A SINGLE VARIABLE if not, can anyone plese help me to solve this
Does QTP run in any environment?
How you can write contexts to text file in qtp?
What is the file extension of the code file in qtp?
How to use parameterization in qtp?
Explain the concept of object repository and how quicktest professional recognises objects?