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 to test the mandatory fields in QTP?
what testing activities u may want to automate in a project?
If the object property is changing very frequently, what was your approach?
how do you do database testing in qtp
Hi everybody, Can anybody tell me that how the QTP frameworks are implemented . I wanted to know with examples . Thanks in advance
How to call .vbs funtion , Library files in QTP? plz Explain indetail(chandana)
What is the Automation Process followed in your company?
How to take screenshots in qtp?
What is the difference in testing a client-server application and a web application?
Action1: I have a value "test" stored in a variable X. I want to use that variable X in Action2 .. how?
How QTP recognize the object??how to add objcts into object repository??
what is recovery scenario in QTP? what is the need of the recovery scenario in QTP? what are the advantages of the recovery scenarios in QTP?