For Passing Parameters from one Action to another Action we
will use Input & Output parameters. Can any one tell how to
use this Input & Output parameters with Example ?
Answer Posted / saravanaraja
write the following script in Action1
dim a,b
a=10
RunAction "Action2",oneiteration, a,b
msgbox b
here a is the input parameter & b is the output parameter.
click Action 2 properties and give input parameter as a &
output parameter as b.
Write the following script in Action2:
dim c,d
c=parameter.item("a")
c=c+20
parameter.item("b")=c
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Explain different checkpoints in qtp.
Explain how qtp identifies object?
Hi All, How to get repeated word in string . Thanks Balaji
What are the check points can be inserted without recording?
What is difference between Recording time object identification and Run time (Execution) time.
What are benefits of qtp?
how to fetch the values from grid? & qtp recogniges that grid as a webelement? what u do?
WAT IS DATA BASE AND XML CHECK POINT ?HOW TO IMPLEMENT IT ... GIVE PROPER EXAMPLE FOR IT
Why bpt?
Hi,Sudhanandareddy plz forword framework and ppts for QTP to me. This is my mail id: ranjith_99reddy@yahoo.co.in (your contact number also)
I am Facing Issues with learing datepicker 1)when i first learn datepicker as current system date . 2)if i wanna runtime datepicker value it gives error
Where we can use the synchronization?
Can U Explain about QTP tool from older version to latest version also its differences?
What is TOM in QTP?
How do you test the text displayed in the header portion of times of india epaper. Hot news(banner) are scrolling in the top of the page, how do you test using QTP?