What is the difference between Functions and Action ?
Answer Posted / anshuman
functions are encapsulation of segments of code which is
used several times in the script.They can be either within
the QTP script or can be maintained in external .VBS or .TXT
files.
Action is a thing specific to QTP while functions are a
generic thing which is a feature of VB Scripting. Action can
have a object repository associated with it while a function
can’t. A function is just lines of code with some/none
parameters and a single return value while an action can
have more than one output parameters.
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What contains Data Driven Framework document in qtp?
can i compare two databases using QTP ?
What are the recording modes in wave event?
what is command for executing files?
Plz Explain How to access Or Store Script from VSS? Explain Real time work (qtp) where you store folders and next to how to you access that folders and how you maintain folders in VSS ? What are the Menu's in VSS? Suppose in Manual, by using Checkin Checkout u can access documents. how you access in QTp REal time?
How do you perform Regreession Testing?
write a script to validate the content in the web application. (do it by OR method) and (do it by Descriptive method by creating a description object..
hi can anybody help with an qtp 9.2 license key please. Thanks, Nitesh.
How to use parameterization in qtp?
What is expert view and keyword view?
Explain the features and benefits of quick test pro(qtp)?
How many add-ins comes by default with qtp?
How many tabs are available to view your test in a test pane and what are they?
Thanks....But can u tell me how i use the QTP for GIS with one Example...
If the weblist is identified as webelement,and by clicking on webelement if the values are displayed,and if the values the values also identified as webelement.then how to fetch the values through script?