Micro Focus QTP (UFT) Forums
calling QTP script from one to another - 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: calling QTP script from one to another (/Thread-calling-QTP-script-from-one-to-another)



calling QTP script from one to another - krishnas.tester - 01-10-2008

Dear All,

How we can call QTP script from one to another. Very urgent please.........


RE: calling QTP script from one to another - Ankur - 01-11-2008

From the menu bar, navigate to , Insert--> Call to Existing Action.


RE: calling QTP script from one to another - manju - 01-15-2008

Insert-->Call to copy Action.
If you use this you can edit the steps.

Manju


RE: calling QTP script from one to another - vinod123 - 11-12-2014

Code:
RunAction "ActionA", oneIteration

Here ActionA is name of the action you want to run but initially you have to make the action which you want to run as reusable action