wht is the difference between action and functio?
Answers were Sorted based on User's Feedback
1)function gives only one output value
action gives more o\p values
but functns are vry consistency than actions
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / lak
Functions :
1) Functions are generic to VB Scripting
2) We can use Functions anywhere outside of QTP that
supports VB Scripting
3) Functions doesn't require object repository
4) Functions returns only one value
Re-Usable Actions :
1) Re-usable actions are specific to QTP
2) We can't use Re-usable actions outside of QTP
3) We can associate object repository to re-usable actions
4) Re-usable actions returns many values
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / kashif
Adding something more:
Action in QTP uses their own Object Repository, Datatable
and they can be reusable in another action.
whereas
Function does not use object repository and datatable.
| Is This Answer Correct ? | 0 Yes | 1 No |
what is the difference between DATA TABLE and DATA SET?
can any one tell me the script to click on a button in the wintoolbar.
Hi all , I have installed the QTP 11.0 Whenever I am opening QTP that time if any open Internet Explorer I was getting message (Internet Explorer has encountered a problem and needs to close. we are sorry for inconvenience caused) and same way new browser also not opening. If you have any idea please let me know.
What is keyword view?
What are the views available in quicktest professional?
what do you call the window testdirector-testlab?
can u Give Procedure to Handle Pop Window & write Code for that
In QTP whether is it possible to call a function from one action to another action?
Why VB scripts are used in QTP and TSL in Winrunner, is there any advantage of using VB Scripts
Few basic questions on commonly used Excel VBA functions.
Explain in brief about the QTP Automation Object Model.
what is Function Definition Generator? can any one explain me in details?