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 |
Hi ,Can any one pleas explain how to test splash objects using QTP?
How to handle Run-time errors?
What is the present version of the VB Script we are using
whow much strong on VB and C?
What issues come up in test automation, and how do you manage them?
How to launch application under test through VBscript without using systemutil.run or invokeapplication?
Iam doing automation in Oracle App's using QTP? In App's because of some functional setup, keep on changing my script flow. for this how can i use the recovery sceanrio?? Please help me?
In what situations QTP will not recognize the Objects?
What is the difference Between LowLevel and Normal Recording Modes?
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.
hai friend's .. my question is a[0]=I a[1]=N a[2]=D LIKE IT GO'S i need output INDIA ,using simple string how will u do? can any one tell really need full..
4 Answers Mind Tree, Tech Mahindra,
anyone can explain about "Hybrid framework" in QTP