what is difference between calling a function and reusing
an action?
Answer Posted / kotike
Action and function both are using for reusable purpose.
Action is from qtp side and function is from vbscript side.
If at all any validation need to do in our application then
we go for action.Using function we cann't do any validations
Action can return more than one value using action
parameters whereas function can return only one value.
Regards,
mahi.kotike@gmail.com
Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
what is the difference between development and testing
When should I use smart identification?
What are the different properties of an web object
What is the difference between byref and byval in qtp?
How to check bitmap output value?
can i change the runtime properties of an object ? How can i check if a parameter exists in database ?
Hi All, How to Compare two strings character by character in QTP
What is the extension of the qtp local repository?
i'm using the qtp to test to vb appliction,i wanted to get the new application's title.i didn't want to use the winAPI to get it ,i 'd like to know whether a QTP function can do it. Eg: SystemUtil.Run "C:\Program Files\.....","","","" 'run an application, and misure the application is activating,then how to get the hwn wihtout using windowns api
could any help me please, how to work on visual foxpro application using UFT
What is Associate Repository in QTP 9.2 ?
What is exact meaning of Database Checkpoint in QTP 9.2 and what are the different types of the database check points?
What are output values and why they are used ?
What are the types of object repositories? Which one is you are using?
Where is the resultset of a sqlquery (which is fired by rsobj.open sqlquery,xxxx,xxxx) stored ?