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 |
What is a quick test professional?
Explain types of output values?
What is Environment Variable and when we apply this in QTP?
Once we get the Test Result from QTP.,I Have to convert into Excel file format..Is it possible..Can any gudie me regarding this... For Example : Total Test Case is : XXXXX Test Case passed : XXX Test Case Failed : XXX -------- Total XXXXXX ---------
where the object repository is located?how to choose the object repository as shared or action object repositories?
how to create external data table?
What are the main features we have to compulsory test by using qtp in an web based application
Difference between image checkpoint and bitmap checkpoint
Hi all, I am New to QTP . I am Now in critical situtaion. I want to know How to create our own object respository for our application. please say the answer with example.
How to handle the exceptions using recovery scenario manager In QTP?
How to find a window is minimized or not
1. What is diffrence between Analog Recording And Lomlevel Recording ?