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
Describe function procedure in vbscript.
What are the steps involved in the recovery scenario wizard?
what is impact analysis on regression testing?
What are the types of data tables in qtp?
How you will rate urself in QTP in the range of 0 to 5
What are the different types of action?
How to use the object spy in quicktest professional 8.0 version?
How do you send email with attachment from outlook using qtp ?
What is the meaning Work bench?
Hybrid framework supports Descriptive programming. Is it true?
What is difference between design time and run time data table?
Explain calling sub procedure.
What is the use of defining a newobject in the object repository "Define New TestOject". How to use this further. If we define new testobject, how can it recognizes the objects properties of any application.
Explain the concept of how quicktest professional identifies object?
An action has both shared and local or associated to it and both have the same object in them. In the test which one will be considered?