How can I add an action (external action) programmatically?

Showing Answers 1 - 4 of 4 Answers

swarna

  • Sep 15th, 2006
 

U can call any action if it is reusable or external action.Goto insrt-call existing action then u will c a window select action in that from test u can browse n add.Diff b/w re-usable and external action is v can call any action with in the project--reusablev can call any action from 1 project to anothe project also.--external action

  Was this answer useful?  Yes

kotike

  • Apr 15th, 2010
 

We can an action programatically during runtime.

set qtapp=CreateObject("QuickTest.Application")
set newAction=qtapp.Test.AddNewAction("action2","RuntimeAction","msgbox hi",true,2)
set qtapp=Nothing


Note: True indicates resuable. 2 indicates position of the action

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions