what is difference between calling a function and reusing
an action?
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 |
How do we analyze the checkpoint results?
Hi Friends, Every one is posting the Answers for the existing questions.Try to post the questions that are asked in Recent Interviews.It will be useful to the other Job seekers.
How to handle the exceptions using recovery secnario manager in quicktest professional?
How to get line numbers in your editor in expert view?
What is the extension of script and object repositary files?
what is defination of regression testing?
Explain the types of object repository?
What r the diffrernt file extentions in QTP?
how to calculate no. of repeating characters in a a string..please give me the code
In qtp, how you can remove the spaces from string?
Why do we use breakpoints in QTP?
Can anybody give the code for ALL DATATABLE METHODS)(ex: datatable.getrowcount, datatable.getsheet etc....) and ALL DATABASE COMMANDS (like .getcelldata, which are used to retrieve data from a database and from a webtable)with examples.