Micro Focus QTP (UFT) Forums
Data transfer between Actions using Parameters - 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 Beginners (https://www.learnqtp.com/forums/Forum-UFT-QTP-Beginners)
+--- Thread: Data transfer between Actions using Parameters (/Thread-Data-transfer-between-Actions-using-Parameters)



Data transfer between Actions using Parameters - anumolu9999 - 01-25-2012

How to get the data from one action to other action by using action parameters in QTP 11.0.
Can any one explain it in detail?


RE: Data transfer between Actions using Parameters - rajpes - 01-30-2012

Right click on an action,go to action properties, define the parameters.Then call the action as

RunAction "action_name","list of i/p parameters","list of o/p parameters"