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 test you perform mostly? Regression or retesting in your testing process?
Please explain about unicode compatibility in QTP. how we can able to use it. Please help me
can we run the scripts of qtp 8.2 in the qtp7.0?
How many actions we can create with in a test?
wht is the difference between action and functio?
Hi, I am new into the field of testing and I need to know how can I begin automating the testing of Mainframe applications using QTP. Can anyone help me?
How can we retrieve the Bug Ids which are open&Reopen in status through QTP scrit?Please find the script which i tried... Dim objBugFactory, objBug Dim BugId Set TDConnection = QCUtil.TDConnection Set objBug = TDConnection.BugFactory If QCUtil.IsConnected then Reporter.ReportEvent 0, "Connected", "Connected to server: " + QCUtil.TDConnection.ServerName + chr (13) +"Project: " + QCUtil.TDConnection.ProjectName + chr (13) + "Domain: " + QCUtil.TDConnection.DomainName Reporter.ReportEvent 0, "Current time on server is","==>" & TDConnection.ServerTime Else Reporter.ReportEvent 1, "Not connected", "Not connected to Quality Center" End If If mybug.Status="Open" Then BugId=mybug.DefectId MsgBox BugId End If 'OR**********************************--------------------- -----********************************** If Bug_Fields("BG_STATUS").Value ="Open" Or "Re Open"Then BugId=Bug_Fields("BG_BUG_ID").Value MsgBox BugId End If
I am using descriptive programming for my project.when QTP deosn't identity or recognize a object by record and playback method,is it possible to make QTP identify that object using descriptive programming? Note: The object doesn't have unique properties and same properties used in Record and playback are only available, no extra properties are defined.
How can we close all webbrowsers which are opened in out desktop?
Will there be any standards or requirements for page appearance and/or graphics throughout a site or parts of a site?
For example one window is there the window contain some of Check boxes but my question is how many check boxes are there particular window? Please solve the problem gi_raju@rediffmail.com ippaliraju@yahoo.co.in
does qtp runs on internet explorer 7.0