Posts: 2
Threads: 1
Joined: Jan 2012
Reputation:
0
01-25-2012, 05:42 PM
(This post was last modified: 01-25-2012, 05:47 PM by anumolu9999.)
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?
Posts: 275
Threads: 4
Joined: Jul 2011
Reputation:
0
01-30-2012, 10:23 AM
(This post was last modified: 01-30-2012, 10:24 AM by rajpes.)
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"