What is the difference between functions and actions in
QTP?
Answer Posted / ram balamuri
Action is internal to QTP whereas functions are generic and
are coded in VBscript. The main difference between an
action and a function is that "an actions contains an
Object repository." An action can also be shared; it can
also use different shared reposiroties. A function on the
other hand doesn't have an object repository and is just
merely a code that returns some desired value(s).
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what are the challenges you have faced while testing web based application using the automation tools ?
What is the extension of the qtp local repository? If it is .mtr then what is .bdb extension stands for?
Why is action split used by qtp?
How qtp identifies objects?
How many types of object repository in qtp?
hi all can any body explain how to write the script for finding the mandatory fields which are having [red Astrik sign (*)]
Why do you create a text checkpoint on a Web application? What is the purpose of the Close method?
what type of values given to objects. EX::Set oBrowser=Description.Create oBrowser(“micclass”).Value=”Browser”
What is test object model in quicktest professional?
There is an built in window application in qtp9.1,i.e.Flight4.0.i want to implement the recovery maneger on it.How can i do this?
what is actually contain test report? can anybody post the test report
What is action split and the purpose of using this in qtp?
How can you identify the browser and its information using the qtp script?
Hi Friends, Can anyone help me out in this one? In QTP, I am using Data Driver and want to parameterise multiple values (say 3 values ) for a field. How can I do it using Data Driver wizard? Plz mention it step-by-step. In the end after doing the needful, on opening the Data Driver window, how can I get number (i.e. 3) in the Parameterised column for that particualr value? Thanks a lot in advance.
Why we load add-ins in qtp?