Syntax for how to call one script from another and Syntax
to call one "Action" in another?
Answer Posted / 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 |
Post New Answer View All Answers
How smart identification works in qtp ?
What we are looking for is to load properties of object dynamically as for our application the global repository will pretty huge. It will be really helpful to us if something similar to following functions of Winrunner is available in QTP. #Define descriptor auto strDesc; #set property in the descriptor Gui_desc_set_attr(strDesc,?Class?,?Edit?); --- put other properties #Add Edit box to GUI Map Gui_add(? ?,strWindowName,strEditboxName,strDesc);
can i change the runtime properties of an object ? How can i check if a parameter exists in database ?
What are the steps involved in the recovery scenario wizard?
what is clean sweep?
Differences between quicktest professional (qtp) and winrunner?
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)
HOw to add the recovery file at runtime to the test file .
Please Don't mind .i want in detail the real time process i.e in each document what it contains.
How you can decide which type of object repository you have to use?
How can you send user defined messages to test report?
What is data driver in qtp?
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.
In the Hybrid framework, data can access the database, excel file, XML etc. Is it true?
Can launch two instances of qtp on the same machine?