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
in data driven testing for performing operations which method is easy from manual test data,keyword view,or from database.and why?
How to Test the mainframe application?
what is profile tool?
what is impact analysis on regression testing?
How can you close the second opened browser?
can u explain the keyword driven framework with an example clearly how to create all the files and how to attach to main test.
how to acess a test in RSA?
How does quicktest professional (qtp) identifies the object in the application?
How to interact tool & application build in QTP?
if our qtp vb Script may be Currepted then What we want do?
Is there anyway to automatically update the Datasource name in Database Checkpoints object when we migrate tests to a new release?
How do you delete unwanted results in qtp?
How do you do batch testing in wr & is it possible to do in qtp, if so explain?
Explain the concept of object repository and how qtp recognises objects?
What is the difference between the keyword view and expert view?