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 / rajesh
you can always pass values from called script to the driver
script and vice versa
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
How to automate a script in mainframes environment? I have the terminal emulator Add in. Describe in detail.
what is the difference between built-i function and In-built function?
Explain xml checkpoints.
What is the difference between a Function and Action in QTP?
How to get the particular property value?
How will you test a stapler?
Describe function procedure in vbscript.
How to add synchronisation points in qtp?
hi to all, i need a code.. in flight application 1.i need to login first then i need to insert 3 new orders... 2.i have to log out 3.i have to login again with different user 4.need to insert 2 new orders 5.then need to log out 6.then again login with different user 7.3 new orders create and log out 8.but we hv to do this using data table and actions please help me
when u script reveiwing in which area u more concentrates?
Did QTP prove efficient for your project? Yes or No, explain?
Excel sheet having some datas and some datas present in the application (in table). How will you compare these two datas? Write code to fetch datas from Excel sheet.
how to test Web application using QTP software
is it possible to add sheets to excel at runtime
How many types of parameters are there?