Syntact for how to call one script from another? and Syntax to call one "Action" in another?
Answer / vandana sharma
RunAction ActionName, [IterationMode , IterationRange , Parameters]
Here the actions becomes 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.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is our exact stage involvement with QTP?
Hi, I want to write the script for a webpage. But i didn't added the properties of the objects to the object repository. Without adding the object properties to the object repository, how to write the script. When i am writing the script, Let us say i typed as Browser (""). after selecting ".", if the object is added to the object repository it will display atomatically. But in my case it is not as i didn't added the object properties. How to proceed further in the above mentioned case to write the script manually. Pls let me know if you didn't understand the question.
How to get popup error message.
How to connect the remote desktop using QTP 9.2 explain the method or procedure?
0 Answers Magna Infotech, Oracle,
How many tables r created during the recording in QTP?
What is Virtual Users?
what is key word driven frame work how to use keyword driven frame in QTP in a project
How to handle recovery scenario for a application crash.write script for this.
what is framework in QTP? any one give me answer
How can I test the unix shell in QTP
Tell me one scenario, the complex functionality you have automated in your project?
If a button named "CLICK" is recorded in low level recording mode , what will be the values stored for "name" property of that button in object repository ?