User defined function in QTP
Answers were Sorted based on User's Feedback
Answer / sani
User defined functions are encapsulation of segments of
code which is used several times in the script.
They can be either within the QTP script or can be
maintained in external .VBS or .TXT files
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / kabeer
User defined function is basically script logic design by
us.it can repeatable when ever we need it
| Is This Answer Correct ? | 1 Yes | 1 No |
example-date format is 01-jan-09 in QTP.How to convert this format to 01-01-09?
How can we disable popup blocker?
How to load the object repository at run time?
How to test background color and dynamic images during run time can you put the check point for moving objects?
Hai anyone please "Explain about Framework in QTP?"
How will u declare a variable to access multiple actions? a)Dim b)Global c)Public d)Private
hi friends can any one provide me the project in qtp because i have to attend to interview within one week atleast you provide the website address which provide the qtp projects
Please Don't mind .i want in detail the real time process i.e in each document what it contains.
Can we do qtp testing without creating objects in Dbject repository? can we do it completely writing code i.e in expert view only. Are there any books for this?
What is the difference between QTP 8.2 and QTP 9.2
Hi .. i want to write the script for the combo nox list . For example if any combo box having a multipul itme. So how can i retrive each item for each iteration ? help me out .
Is it possible to refer the same object for referring more than one object that are of different class using the descriptive programming approach? Suppose my code is 'To create the object named as obj Set obj=Description.Create() 'To define the values obj("title").value="IE" obj("type").value="text" obj("html tag").value="INPUT" 'To set the value Browser("IE").Page("Yahoo").WebEdit(obj).Set "xyz" Can I refer the "obj" object for the three objects like Browser,page and webedit objects? If so how?