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 |
1>why parameterization is necessary in qtp? 2>if we give constant value then what problem?
In smart identification, explain about 1. Base filter properties 2. optional filter properties with examples?
please write a script to find the text in a application. Note: i dont know the location of that text where it is located. just like negative testing.
I am using descriptive programming for my project.when QTP deosn't identity or recognize a object by record and playback method,is it possible to make QTP identify that object using descriptive programming? Note: The object doesn't have unique properties and same properties used in Record and playback are only available, no extra properties are defined.
How to create Reusable and Multiple Actions?
Step 3&4 are repeated until an the object in recognised uniquely.
Can testing be done on the production system, or will a separate test system be required? How are browser caching, variations in browser option settings, dial-up connection variabilities, and real-world internet 'traffic congestion' problems to be accounted for in testing?
How to break the object spy ?
hou can we use vb script in qtp could u tell me breafly
how to insert QTP to display errors and other description in the test results instead of halting execution by throwing error in the mid of executin due to an error (for object not found)?
which checkpoint we use to validate yahoo login screen window after login with ur id and password in qtp
How many actions we can write in a test?