Submitted Questions

  • Difference between action and function

    kumaran_elan

    • Jun 15th, 2007

    Every Action will have its own Datatable where as function does not. And the call to the actions can be set in the Action Iteration which is not possible in a function.

    anjalireddy

    • Jan 2nd, 2007

    Action is a thing specific to QTP while functions are a generic thing which is a feature of VB Scripting. Action can have a object repository associated with it while a function can't. A function is j...