anyone can explain Diff B/w Actions and Functions
Answers were Sorted based on User's Feedback
1.Action is a thing specific to QTP while functions are a
generic thing which is a feature of VB Scripting.
2.Action have a object repository, Data table etc
associated with it while a function can't.
3.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.
4.We can write a function in an Action...But in Function we
can't..
5. We can't call an Action in a function, But we can call a
function in an Action.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / aruna
we can pass values in functions ,but not in actions
functions are faster than actiions
| Is This Answer Correct ? | 3 Yes | 1 No |
Please explain me frameworks & how to generate the scripts in framework
How comfortable are you in VB scripting?
how many test scripts we will write in qtp? very urgent. please??? Thanks in advance..
When we try to use test run option "Run from Step", the browser is not launching automatically why?
How i can change shared repository to per test repository in qtp
What is meant by Step Generator in Qtp How is it used? pls gimme in detail
Want to verify notepad reports using QTP framework or any other BV script method. Can anyone share the method to achieve it? Eg. Person Name is the header and the actual name is John then how can we verify weather person name is John
Hi, It is HR question. What are the qualities you like and dislike in your Project Manager?
When I used random numbers(1 to 9) with regular expression and run the test, it runs only 5 iterations with passed result instead of running all 1 to 9. Please tell me what can be the reason
How to create runtime property for an object?
Hi we are using QTP9.0 for Seibel Application and this seibel application will give you a popup messagebox which is of web , so qtp takes 3 mins to recognize the messagebox and to click on it , we have more number of messageboxes like this . please suggest me some solution
What is the difference between local and shared object repository in qtp?