What is User defined function in QTP
Answer Posted / ratheesh
user defined function is nothing but ,u can define ur own
fuction for particular functionality.
Normaly we will create user defined functions for the
reusable functionality(which is available in ur
application)
Is This Answer Correct ? | 11 Yes | 2 No |
Post New Answer View All Answers
what is clean sweep?
What is the syntax for how to call one script from another?
What is the difference between byref and byval in qtp?
Explain the difference between check point and output value?
I opened gmail login into gmail and i have to save (Pass or move) all the mail into notepad please give me code Thanks of all
What are output values and why they are used ?
On the website, the protocol has been changed https: to https what you will do? Tell me your approach?
in data driven testing for performing operations which method is easy from manual test data,keyword view,or from database.and why?
Is there any relation between Keyword Driven Framework and Recording modes provided in QTP( whether Recording modes are applied on keyword driven framework or not?)
How software tester can use constants and variables in scripts?
HI I want to know the detials of QTP certifications such as syllabus, study Materil etc. Can any provide me all these details?? my mail ID is krishnuvk@yahoo.com
How to Open FireFox using descriptive programing? If my question is not clear, i will give an Example To Open Internet Explorer, We use Set IE = CreateObject(InternetExplorer.Application) IE.Navigate "www.yahoo.com In the same i need to open yahoo.com in firefox. Can any one tell me what is the server name of firefox to create an object
Explain the new feature of UFT regarding the export of test results?
Hi, I got error message as "object does not support this property or method: "Test.Actions" when i execute the following line of script on QTP 9.0 Dim qtApp, qtRep Set qtApp = CreateObject("QuickTest.Application") Set qtRep = qtApp.Test.Actions("Action1").ObjectRepositories Can anyone tell me where i am wrong.
How many types of parameters are there?