Hi let me ask one questin
1.How to use outputof the one function input to the another
function
pls give the script for above
2.what is the purpose of action parameter , how to create it
Answer Posted / dimple
Passing the parameters from one action to another. Here is
an example.
'Action1 script
dim var
var=Parameter("t") 'Input parameter
msgbox(var)
Parameter("a")=89 'Output parameter
Create anothere action action2
RunAction "Action1",oneiteration,"20",x
Msgbox(x) 'First action output parameter comes to action2
automatically
Exit run
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is keyword view in qtp?
Pls can anyone give me the entire code for the Keyword driven framework with respect to he Flight Reservation Window in detail with explanation. Pls explain in detail stepwise. Thanks a lot. Pls very urgent?.
what is the hierarchy to use properties in descriptive programming
Explain sub procedure of vbscript.
Hi frens! I am testing VB project with MS Access database. At add button click my record is storing in data table and it is shown in datagrid. So at Delete button click i want to check datagrid rows 9before and after delete). so how can i do it using descriptive programming?
How can you write the scripts that operate on different objects depending on run-time information?
What is quicktest professional (qtp)?
What are the ordinal identifiers in web page?
What is exact meaning of Database Checkpoint in QTP 9.2 and what are the different types of the database check points?
What are the technics follow in writing VB script?
tell me QTP standards ?plz
What are the different attribute used with regular expression?
What are the features supported by UFT?
What is the difference between rational rose and QTP?
How to use checkpoints in qtp ?