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
Can we create a qtp test from qc?
Brief the process of testing with UFT?
What is recovery scenario in qtp?
what is meant by function library?Public and private functions in function library? if private functions are applicable for only for the particular test means then y we have to add those to function library?
To which environments does quicktest professional supports?
An action has both shared and local or associated to it and both have the same object in them. In the test which one will be considered?
How to execute a winrunner script in quicktest professional (qtp)?
What are the key elements available in test result window?
If an application name changes frequently i.e while recording it has the name, in this case, how do qtp handles?
What is keyword view?
I hav installed QTP8.2, im working on webapplication, while running the script giving error msg like "QTPro.exe generated errors and will be closed by windows. You will restart the program. An error log is being created". Pls anybody what is the problem, what i have to do for this? Thanks...
hi i have 4 yrs exp in manual and automation testing using QTP i need sample resumes plz can u send this mail id pbre1980@gmail.com
How to handle the exceptions using recovery secnario manager in quicktest professional?
In QTP can we feed the out of one browser(internet explorer) as an input to the another browser(mozilla firefox)? If yes explain how to do it with an example.
what the difference between shared repository and per action repository?