Micro Focus QTP (UFT) Forums

Full Version: insert reusable action programmatically
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi

Instead of inserting multiple reusable actions manually by browsing one by one through insert -> call to existing action, can't this be done programmatically ?

many thanks
hi,
you can use the Runaction.

RunAction ActionName, [Iteration , Parameters]
elo
the problem is that for using "RunAction ActionName" you need to have called the action first Sad
and thats my issue -> how to call the existing reusable action programmatically ! (not running it - runaction)

thnx