What is the exact difference bet function and action in QTP
Anybody can explain it in detail..Thanks in advance..
Answer Posted / pratap
Action will have object Repositery associated with it
Function will not have .
Function has only one return value
Action can have many return values
A function can be external declared and called from
liberary files.
Action cant.
any Query contact : prataphs@gmail.com
| Is This Answer Correct ? | 8 Yes | 5 No |
Post New Answer View All Answers
What is recovery scenario manager? When you go for recovery scenario manager?
How to make qtp understand the difference amongst the same type of objects .suppose there are 5 check boxes in a page and I have to choose the 2nd one, how to do that through script?
after click on compose mail how can we attached a file in qtp with vbscript code
whenever U using QTP,Test Director, Why we using separate Bug tracking tool?
Where can I find and view run-time data table?
Hi am New to Automation Testing , any one can you help me what are the basic questiion are asked an interview?
What is an expert view and keyword view?
What is difference in global and action sheet in qtp?
What is the syntax to call one action in another?
i have doubt suppose iam purly working in manual, when i will get work to do on sql and performence testing? pls any one clarify doubt?
what is the difference between modular framework & datadriven framework
we add library file used in test via settings or through "ExecuteFile" command. when we implement framework do we make common library file and load the same for all the test cases execution?
I am sathish , i want to test the Application of JIL.org ,Mobile Emulator ,by using QTP10.0. I am trying to do testing on that Application , but Child Objects are not identified by the QTP. Please can any one help me
how can we test the Triggers, Cursors, Indexes while doing Database testing in DTP??
Print the Prime numbers in below format only up to 20(Need commas also) 1,2,3,5,7,9,11,13,17,19