What is the difference between Functions and Action ?
Answer / 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 |
Take a situation when you are working with QTP, suddenly system has crashed.so you again start the system. My questyion is how can QTP directly opened when the system desktop appears.
What are default add-ins in qtp?
Hi Friends,I hav Just finished QTP course.Can any body suggest me which is the best place to go and post resume(Ban,Chennai,Pune,Mumbai,NCR,Kolkata).I mean how r calls in these cities,the best one?
How you create new action in qtp?
what version of test director supports the QTP? does testdirector supports the QTP9.0?
What is the entry criteria and exit criteria for your test automation
If 2 gmail browsers are opened in our system, how to enter the mail id and password into second browser by using discriptive program?
write vbscript in qtp tool for senario, in the given sheet add each number in each row and each colunm and show result
what type of values given to objects. EX::Set oBrowser=Description.Create oBrowser(“micclass”).Value=”Browser”
after initiating one project for testing, when exacltly QTP tester role starts?
How many add-ins comes by default with quicktest professional (qtp)?
Which method do you use to retrieve data from the WebList object?