what is the difference between an Action and a function in
real time
Answers were Sorted based on User's Feedback
Answer / minni
Action is related to QTP. where as function is generic.
Is This Answer Correct ? | 0 Yes | 0 No |
Hi...
u mean Action and User define Function?
1) a repository is always associated with Action, but not
with User defined function.
2) Generally User defined function has only one output, but
as action can has many.
3) when ever we calling user defined functions we can give
parameter values with our wish, but when we calling reusable
actions we can give any parameter values.
If any queries..
nanda.dreddy@gmail.com
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / kannan
Hello Nanda
Thank you for ur breif ans.. but i didnt get ur 3 rd point
which u derived here.. could u plz explain tht sme extent
with real time
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / hemant kumar
Well dude, the obvious and prominent difference between an
action and a function is, you can record in an action
however; you can't record in a function. Though you write
code in user defined function and put that into an action or
vice-verse, it works both ways.
Is This Answer Correct ? | 0 Yes | 0 No |
How to make arguments optional in a function?
How we can differentiate between stand alone application and web application in QTP?
anyone can explian about types of "Triggere Events" in QTP
How to associate function library at a run time?
how can i pass a "cript"as a parameter in to a function
Hi! Using Descriptive Programming How do we get Parent object for an object. Say, i want to get a parent object for a "Link" in a web page. thanks
write code to read and write data from file?
If there are 100 checkboes in a page then how can we select 10th & 11th & 14th chexkboxes at once through descriptive programing in QTP using vb script. Please send the answers...
If a button named "CLICK" is recorded in low level recording mode , what will be the values stored for "name" property of that button in object repository ?
In the website, the protocol has been changed http: to https what you will do? Tell me your approach?
Write a user defined function to count the no. of buttons existed in a webpage ? i dont want to use descriptive.create ()
What is action split and the purpose of using this in qtp?