LoadAndRunAction - Call Actions Dynamically During the Test Run

Share This Post -

Call Actions Dynamically During the Test Run

Generally, when you insert a call to an external action, the action call becomes part of the test, and the called action is loaded each time you open the test.

In some situations, you may want to take advantage of the new LoadAndRunAction statement to load an action only when the step runs, and then run that action.

This is useful, for example, if you use many conditional statements that call external actions, and you do not want to load all of these actions each time you open the test, since these actions may not be necessary during the run session.

Go Back to-> New Features in QTP 10