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 |
How the smart identification is used in real time?Please explain with an example
in Qtp,how to display user name and pwd (script)in data table(global sheet).
Why we load add-ins in qtp?
Explain xml checkpoints.
diff between global variables and environment variables in qtp?
What is checkpoints for quicktest professional (qtp)?
What are the types of Object Repository’s in QTP?
What type of automation frame work you are using?and why?
How to save your test using quicktest professional?
how u conduct GUI testing and PERFORMANCE testing on MS- WORD? and What r the GUI Test Cases and performance Test Cases?
3 Answers Accenture, Civil Service, ICICI, Jintek, Satyam, Singularity, Syntel, TCS, Wipro,
can the activities of test case design be automated?
HI, pls help me on this, iam not able to capture getcelldata value in javatable... msgbox javawindow("").javatable("").getcelldata(3,3) but it diaplays empty...