| |
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 ? |
| July 07, 2009 13:55:52 |
#5 |
| sujata_2221981 |
Member Since: May 2009 Total Comments: 8 |
RE: How do we pass values between actions in one test other than by action call? |
| Call one action within the other one. |
| |
Back To Question | |