Hi all.
Could anyone tell me the difference between an Action and a
Function in QTP.
Thanks in advance and Merry Christmas.
Answers were Sorted based on User's Feedback
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 |
Answer / vinod
Action will be used when there is alink with the object
repository.
function will be used when there is no link with the object
repository
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / pava
we can write the functions using descriptive progamming
| Is This Answer Correct ? | 0 Yes | 1 No |
what r the executing modes in QTP
Which Databases supports for QTP?
How to integrate QTP with QC using VB Scripting? What are the prerequisites to connect with QC?
What Folder Structure following in Keyword Driven Frame work?
hi, FOR 3+ QTP INTERVIEW, FOR EXAMPLE WE PUT ONLINE BANKING SYSTEM PROJECT IN OUR RESUME, IN PROJECT MANAGER ROUND...WHAT R THE MAJOR QUESTIONS ARE ASKED IN P.M? PLS TELL ME ATLEAST 10 QUESTIONS?.....AND IF POSSIBLE POST ANSWERS ALSO....
Hi, I am supposed to automate mainframe application through qtp. I do not know how to start abt it. Can you plz help me in first initializing the process or do you anybody have a guide book or a link which guides me through the process of automating the mainframe applications and things involved in it.
We have an action attached with the library file in QTP. When I will click on run button,which file is going to be executed first a)Action b)Library
Do you know how to connect database? Can you tell me the procedures?
i have batch scripts in qtp and i want to update the status like pass/fail in excel sheet after excecuting the every script in batch.how to write the script for this?
how can you do retesting (datadriven test) using notepad amd by using functions NOTE u should not use datatable methods
Hybrid framework supports Descriptive programming. Is it true?
1) What is the diff Between GetRoproprty and Gettoproperty? 2)What is Redim?