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
Answers were Sorted based on User's Feedback
Answer / rajesh
you can always pass values from called script to the driver
script and vice versa
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / 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 |
I opened gmail login into gmail and i have to save (Pass or move) all the mail into notepad please give me code Thanks of all
What is exact meaning of Database Checkpoint in QTP 9.2 and what are the different types of the database check points?
Where u will use output checkpoint in QTP?
Syntax for how to call one script from another? and Syntax to call one "Action" in another?
How you can delete excel file in qtp?
Write the code for select the 5 values from drop down list. drop down list having the 10 values.
In qtp,how to interact tool & application build?
Explain how qtp identifies objects?
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.
Can we add the function library directly from scripting in qtp instead of adding from resource tab?
how can you select random value for every iteration from a weblist
Discuss the QTP Environment?