Syntax for how to call one script from another and Syntax
to call one "Action" in another?
Answer / ramyab.mca@gmail.com
Hai....
RunAction ActionName, [IterationMode , IterationRange ,
Parameters]
Here the actions become reusable on making this call to any
Action.
IterationRange String Not always required. Indicates the
rows for which action iterations will be performed. Valid
only when the IterationMode is rngIterations. Enter the row
range (i.e. "1-7"), or enter rngAll to run iterations on
all rows.
If the action called by the RunAction statement includes an
ExitAction statement, the RunAction statement can return
the value of the ExitAction's RetVal argument.
K,Byeeee...
Thanks & Regards
B.Ramyasri
| Is This Answer Correct ? | 0 Yes | 0 No |
how do we add a new sheet to data table in QTP?
Differences between QTP & Winrunner?
We are calling Actions in Expert View by using Run Action.but i want to know where we are saving the Actions Scripts.Pls explain??
An object is created, i dont know the methods available for that object, i want to find methods available for that object and use the required method. How i can do this???
Can any one tell me Difference between Keyword Driven Frame work and Hybrid framework? Its Urgent.
how qtp identifies objects of application.
What is clean sweep?
Hi, OUR PROJECT NAME IS: HOSPITAL CONTROL SYSTEM. IS IT COMES UNDER WHICH DOMAIN(HEALTH CARE OR HEALTH INSURANCE)
Hi, I am supposed to automate mainframe application through qtp. I do not know how to start abt it. Can you plz help me in first initializing the process or do you anybody have a guide book or a link which guides me through the process of automating the mainframe applications and things involved in it.
How can i use Output Check points in QTP
1) What is the diff Between GetRoproprty and Gettoproperty? 2)What is Redim?
I register user defined function in one test, I tried to call that function into other test. But that function not works in other test please give the direction for that.