how to pass parameters from one action to another using
output parameters
I am not calling action 2 from action 1, they are being
called individually
I need syntax please ..
Requirement:
Action 1
customer = Browser(" ").Page(" ").Link("
").GetROProperty("value")
I want to use the value stored in customer in Action 2
I do not want to use any of these actions as re-usable actions
Answer Posted / hussain
using parameter u can pass the values with out using action
finction
action1
Parameter("variable")= outputvalue
action2
x=parameter("Variable")
Like that u can try
| Is This Answer Correct ? | 6 Yes | 4 No |
Post New Answer View All Answers
How to test fly out menu in qtp?
Explain the difference between check point and output value?
Hi any body pls help me for QTP 11.0 software free demo version. i have to practice. Kindly send the link.or where i have to download.
How QTP support all types of applications (platforms)?
How to change the priorities of the recovery scenario properties?
1. wat are the main diff b/w QTP 8.0 AND QTP 9.2 ( not user interface) 2. wat is the meaning of Keyword in keyword driven frame work? 3. how u will handle the unknown errors while exucution. (not recovery scenario)
whenever U using QTP,Test Director, Why we using separate Bug tracking tool?
Hi Every body please explain me in steps to use checkpoints and object Repositories in QTP for Flight Reservation application please tell me the steps for this its urgent pls thanx for urs answers
Where is the Bitmap checkpoint information stored?
What is the XML file architecture ?
How to use Environment parameterization? Explain with an example.
What is Curd testing?
How do you do batch testing in wr and is it possible to do in qtp, if so explain?
How to delete an object from the object repository?
Can we record using all the modes in a single script? Explanation with example is appreciated