Actions
|
Functions
|
Action can contains Object Repository, Data table, Active screen etc.
|
Function does not have these features.
|
Action can have multiple output(returning) values
|
Function can return only single value.
|
Action parameter type are byvalue only
|
VB script functions can be passed byref.
|
Action Parameter has default values
|
VB script function does not have any default values.
|
Action can/cannot be reusable
|
Functions are always reusable.
|