Micro Focus QTP (UFT) Forums
Reusable Action - 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: UFT / QTP Interview Questions (https://www.learnqtp.com/forums/Forum-UFT-QTP-Interview-Questions)
+--- Thread: Reusable Action (/Thread-Reusable-Action)



Reusable Action - newqtp - 01-12-2008

what is the difference between global function and reusable action?


RE: Reusable Action - Ankur - 01-12-2008

Refer https://www.learnqtp.com/some-useful-tips-with-qtp/


RE: Reusable Action - Gajendar Reddy - 01-17-2008

Reusabe action is specific to Quick Test Professional while function is feature of VB Scripting.
Function is just piece of Code,But Reusable action should have object repository(Object Properties) associated with it.
Function returns only single value while an action can have more than one output.

If iam wrong please correct me.