Hi all.
Could anyone tell me the difference between an Action and a
Function in QTP.
Thanks in advance and Merry Christmas.
Answer Posted / xyz
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 |
Post New Answer View All Answers
What is the difference in the global and action sheet in qtp?
Explain building blocks of the bpt framework ?
Is there any pdf or online book for QTP Scripting? Let me know more about QTP Scripting.
Hi All, issue is related to handling pop up script generated in IE, and run on mozilla. In App Under Test, when we get the alert pop ups, we just click ok button. if we need to run the same code on mozilla it will not identify . so we will check browser if browser(*).dialog(IE object).exits browser(*).dialog(IE object).winbutton(OK).click else 'by default mozilla browser(*).dialog(mozilla object).page(*).webbutton(OK).CLICK END IF But my qustion is. Do we write the above piece of code where ever we get such kind of pop ups from the application like alert pop up, confirmation pop up.... OR do we have any other alternative way to do this by using any functions in Recovery Scebarios? If Any of u know idea please do help me in this regard. or send answer to kravimb@gmail.com
supose i hv to acsess some functionlaties of a test in 1 machin , some part other machin how can acsess?
Hai anyone please "Explain about Framework in QTP?"
How to Open FireFox using descriptive programing? If my question is not clear, i will give an Example To Open Internet Explorer, We use Set IE = CreateObject(InternetExplorer.Application) IE.Navigate "www.yahoo.com In the same i need to open yahoo.com in firefox. Can any one tell me what is the server name of firefox to create an object
How to capture dynamic values in load runner and how Each of the captured values are to be written to a text file (c:\temp\LoadRunner1.txt)
hi Friends ,willany body tell me what is the Scope for the automation Testing inht Future is their Or not And what is the Top Most Level in the testing section according the Pay scale
How to run a test using quicktest professional (qtp)?
wht is Manual Testing Frame work. Pls anybody can give appropriate answers
Where should i find checkpoint and virtual objects's Object properties and values in the QTP 9.2 Means where checkpoints or virtual objects related data will store If i want to get the runtime object properties how can i use Getroproperties on Checkpoints
What are the types of environment variables in qtp?
Explain calling sub procedure.
WHAT IS THE DIFFERENCE BETWEEN QTP SCRIPT AND VB SCRIPT? HOW MUCH PERCENTAGE WE USE IN QTP SCRIPT REAL TIME AND HOW MUCH PERCEN OF VB SCRIPT,,,,,,,