interviwer asks what is data table? my ans is Data table is an internal Excel file of QTP...intervier not happy with this also? can u post any other answer?
Answers were Sorted based on User's Feedback
Answer / manjunathareddy
Data Table is a inbuilt feature in QTP, Datatable object is
to create an object for adding, deleting, updating data of
an excel sheet used,it having two sheets .
1.Globalsheet : Globalsheet in any script is unique,
Globalsheet is used in order to store values in the sheet
and the values stored in Globalsheet can be used in all the
actions.
2.Local sheet :Localsheet: Each and every action in the
script will have its own Localsheet, name of the Localsheet
of a particular action is same as the action name.
| Is This Answer Correct ? | 5 Yes | 3 No |
Answer / jyotikrushna
Datatable is an object and a part of AOM/TOM. we have two types of datatables in QTP, these are Run-time datatable and design-time datatable. Using various numbers of methods like AddSheet, ImportSheet,ExportSheet, we can do parameterization in the test/application.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / karthik
Data table is used to store the data and paramaterize that data script during running.
In datatable having 2 sheets 1.global 2.Local,by default datatable having 256 sheets one is global and remaining 255 are global sheets.
Global: Data is avialable to all the actions
Local: Data is avilable to only that action in which they are declared
| Is This Answer Correct ? | 2 Yes | 2 No |
What are the Features & Benefits of Quick Test Pro (QTP 8.0)?
write a vb script to print even numbers from 1-50?
6 Answers Kclink Technologies, Logica CMG,
Differentiate the type of test cases which can be automated and which cannot be automated?
How do you find out whether the string is Numeric or Alpha numenric.Suppose..'QTP is an automation testing tool 12345' How should I know it is alphanumeric.Can any one please write the code for this
can u pls explain me About Driver script.
can any body give the banking domain concepts/links
HOW TO COUNT NUMBER OF ITEMS PRESENT IN WEB LIST
A web page title might be xxxx@xyz.com or xxxy@xxx.co or xyz@abc.in.Using what mandatory properties can be the page identified.Give the regular expression for that.
How to add object to object repository in qtp9.0 Suppose for brower yahoo home page
How to execute the test cases using QTP. i.e What is the use of QTP while execution
How can we upload pdf files in qtp?
How to match two doc files using qtp requirment is:- each and every single word of a doc file should be matched with the another doc file. can someone send me the code.