Hi PLZ explain User Defined Functions in QTP with eample?
Answer Posted / narendra
User defined function is a peice of code/program which
intended to perform some specific task.
e.g if i want to create 100 user id's and i can use each id
to create a profile. To avaoid duplication of ID's we can
write a function (.vbs extension) which generate ID's based
on system date and time so all the ID's will unique. After
that we need to add that function into resources tab in QTP
and can call that function using a single line statement
as ...call <functionname>(arguments, if any)
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Hi All, How to get repeated word in string . Thanks Balaji
What is the basic concept of quicktest professional (qtp)?
What is throw object?
please any one can explain the keyword driven framework. with gmail example.
can any boby tell me what is method or steps to connect the remote desk top by using QTP 9.2 version?
Can any body please tell me the steps of keyword driven framework of QTP.
Write a script to customize the test results in PDF and HTML format.
How will you report the bug and explain the defect tracking sheet you handled?
Hi Friendss..., can any body help me.. 1. Tell me your achievements(Technically)..? 2. Tell me your strengths(Technically) and weakness(Technical)..? 3. Why are you looking for change..?
How many ways we can parameterize data in quicktest professional (qtp)?
How to check feasibility of the appliction?in automation testing?
What is checking bitmaps?
how will you load the test cases in ddt?
How to use userdifined environment variables.Once we created in Environment tab which is at File--> Settings-- >Environment-->Userdifined
Where to use Property Let, Property Get, Property Set in UFT