what are the functions availabla in QTP?
what are the data types in QTP?
Answers were Sorted based on User's Feedback
Answer / chaitu
QTP have only one Data Type that is Variant Data Type its
have so many variants
like double,integer,boolean,........etc
QTP have two types of functions that are Builtin Functions
and User Defined functions
Builtin functions allready predefined by the System
User Defined Functions are defined or built by the user
that are called as .vbs or Liabrary functions.
| Is This Answer Correct ? | 12 Yes | 0 No |
How to call actions in QTP?
• Re –Engineering the regression testing from 0% to 60% automation. This has saved 4-mandays in every release. what doeas this statement means
how to write vbscript on web applications in qtp. explian with one example?
How to get the run time object property without using GetROProperty
how to identify an object which is not in the object repository identification can be done using descriptive programming.
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.
What is throw object?
How to start recording using quicktest professional?
I am using DataTable.ImportSheet method to import the data from an excel sheet to the Runtime DataTable of QTP. here is my piece of code DataTable.import("c:\DataSheet.xls","Members","Members") The first row headings of Members sheet of DataSheet.xls and Members sheet of QTp are matched. but the QTP is taking very long time(approximately half an hour) to import the data into runtime datatable even though the DataSheet.xls has one or two rows in it. Please let me know why this is happening and is there any alternative for impoting the data into runtime datatable of qtp ?
How to Import the data from MS-Access in QTP?
If an application name is changes frequently i.e while recording it has name "Window1" and then while running its "Windows2" in this case how does QTP handles?
Tell me Three major differences between QTP & Winrunner?