Hi all.
Could anyone tell me the difference between an Action and a
Function in QTP.
Thanks in advance and Merry Christmas.
Answers were Sorted based on User's Feedback
Action : 1.when u want to use object repository facility
we go for action,(means when the appliction contains
objects witch recognied by QTP ) go for Actions is nothing
but mouse moments it will generate the script automatically
2. it will returns more than one out put values.
Functions : 1 when the objects witch r not recognised by
QTP we go for functions(means discriptive program in that
those objects is not stored under objectrepository)
2. it will returns only one out put value.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / vinod
Action will be used when there is alink with the object
repository.
function will be used when there is no link with the object
repository
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / pava
we can write the functions using descriptive progamming
| Is This Answer Correct ? | 0 Yes | 1 No |
Give me an example where you have used a COM interface in your QTP project?
any one can send me the concepts of qtp
What is Cross browser testing? Does UFT support it?
Write the script to delete the mail which is at 9th,13th and 18th place in INBOX of Gmail ?
How do we handle run-time errors?
please send detail navigation for merging of object ripositories in QTP 8.2
3 Answers Infosys, Ordain Solutions,
Explain the Load testing process?
what are the disadvantages of qtp? can linux support qtp9.2? how could get web address throu vbscript?
What is the Limitations of Testing ?
An object is created, i dont know the methods available for that object, i want to find methods available for that object and use the required method. How i can do this???
write a qtp code to display all the items in the fly from combo box or list box
what is the difference between parameters and arguments?