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 the script for database check point, bitmapchek point, regular expression ?
Why do you create a text checkpoint on a Web application? What is the purpose of the Close method?
Call to copy of an action and call to existing action… i know the diff but in real project how to use..? i want live scenario.pls help me..
Can QTP be used for GUI testing ?, We are using Java with MySQL and Operating system is Linux. We are NOT using the web.
What is TOM in QTP?
What are the different attribute used with regular expression?
RECENTLY I PLACED IN QTP..HOW TO IMPROVE VB SCRIPTS KNOWLEDGE? IAM STRUGGING TO WRITE THE AUTOMATION SCRIPTS? ANY BODY TELL HOW TO IMPROVE QTP SCRIPT SKILLS?
What is meant by Output Value in UFT?
Explain how you can delete excel file in qtp?
How many types of object repository in qtp?
Hoe can we do retesting using functions please give the code for it using login page
Whether qtp 9.0 supports Test director8.0
What is qtpro? What is quick test pro? What is a quick test professional?
When do go for loop condition in test?
Does QTP record on Objects created on XWindows Environment?