Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to pass the value from one reusable action to another reusable action?
#1
Solved: 10 Years, 9 Months, 2 Weeks ago
Hi,
I am having 3 Reusable Actions,
1.login 2.Function 3.Logout.
In the login Action I am getting My Platform Value thru input box,According to that Platform value I need to open the Excel sheet in Function Action.
How to Pass the value from one Action to Anothor.
Login Action
I set the input parameter thru Action properties and
Code:
Sysenv=Inputbox("Enter sysen"v)
i = Sysenv
RunAction "functions", oneIteration,i

and in FunctionAction

se = Parameter("i")
msgbox se
But it gives error.
Any help?
Thanks,
Uma
Reply


Messages In This Thread
How to pass the value from one reusable action to another reusable action? - by Uma - 10-05-2011, 01:12 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Action Parameterization Issue Slothman 1 1,604 10-31-2020, 01:05 PM
Last Post: Ankur
  no action on click for particular wpf button jlavrecka 1 1,273 05-21-2020, 11:33 PM
Last Post: jlavrecka
  Object not found during the 2nd iteration of an Action call in a For loop BGunay 0 862 04-23-2020, 07:08 PM
Last Post: BGunay
  UFT 14.01 - identifying wpf objects. but not performing action. chinmoyee 1 2,369 11-15-2017, 03:42 PM
Last Post: Ankur
  Default state of new action aparajita 1 2,230 08-25-2015, 12:11 AM
Last Post: aparajita

Forum Jump:


Users browsing this thread: 1 Guest(s)