12-06-2011, 12:55 PM
(This post was last modified: 12-06-2011, 12:56 PM by ravi.gajul.)
you can use LoadAndRunAction only when the step runs and then run that action
This is useful, for example if you may use many conditional statements that calls external actions and you donot want to load all of the actions, each time you open the test as they many not be necessary during run session.
As far as I know, this feature is available from QTP10.00.
Hope this helps
Regards,
Ravi
This is useful, for example if you may use many conditional statements that calls external actions and you donot want to load all of the actions, each time you open the test as they many not be necessary during run session.
As far as I know, this feature is available from QTP10.00.
Code:
Syntax:
LoadAndRunAction(TestPath,ActionName,[iteration],[Parameters])
Hope this helps
Regards,
Ravi