Micro Focus QTP (UFT) Forums
insert reusable action programmatically - Printable Version

+- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums)
+-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP)
+--- Forum: VB Scripting/Descriptive Programming (https://www.learnqtp.com/forums/Forum-VB-Scripting-Descriptive-Programming)
+--- Thread: insert reusable action programmatically (/Thread-insert-reusable-action-programmatically)



insert reusable action programmatically - akhihkr - 06-21-2008

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


RE: insert reusable action programmatically - somisays - 06-21-2008

hi,
you can use the Runaction.

RunAction ActionName, [Iteration , Parameters]


RE: insert reusable action programmatically - akhihkr - 06-21-2008

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