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 ?
Answers were Sorted based on User's Feedback
Answer / amit
use Action Parameters to pass value from one acion to another
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / 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 |
now a days which one is using all companies for qtpscript a)Object Repository based script b)Descriptive program based script c)BOTH
What is the architecture of framework
1. IS A VIRTUAL OBJECT USED WHEN THE LABEL IS NOT RECOGNIZED BY QTP
What is deference between normal QTP testing and descriptive programming?
wht is Driver in Integration testing. Anubody can answers it
What is chaild object method? When we will go for chaild object method? How to use chaild object method?
Can we do Load Testing with QTP?
what is the Command used to start the QTp from Run.
in a database table there are 3 columns (name , marks,grade) , in application after retrieving data from db to fields name, marks click ok button then grade should displayed ---for this how to write vb script prgm
What are the abbreviations for tsr and mtr?
17 Answers Ordain Solutions, TSR,
What is Object Spy?
What are the features of quick test pro(qtp)?