| |
GeekInterview.com > Interview Questions > Testing Tools > QTP
| Print | |
Question: How do we pass values between actions in one test other than by action call?
Answer: Say for eg, if action_1 contains a variable 'C' containing the value of a+b, how can we display the result (value of 'C') in action_2 ? |
| October 10, 2007 07:28:39 |
#1 |
| raghuramgupta |
Member Since: January 2007 Total Comments: 24 |
RE: How do we pass values between actions in one test ... |
Pass "C" as an input variable to the second action in which you want to use the variable "C"
Thanks and Ragards RaghuamGupta.Sarabu 9866379523 raghu_13_sa@yahoo.com |
| |
Back To Question | |