How we can call the scripit from another scripit in
QTP?,Not a call Action
Answer Posted / uday kumar. a
By default, if u create a Test in QTP, means u r creating
one action for that test. So if u call for another test
means u need to call the action on that test.
Here is the example : Say u have created "test1". So all
the steops for the test is created with "Action1".
Now u have created another test "test2" and want to call
the test1. Here u need to call by using,
RunAction "Action1[test1]",oneIteration.
By using this u can call the test1 script. There is no
other way than this.
| Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
Explain different recording modes?
Will there be any standards or requirements for page appearance and/or graphics throughout a site or parts of a site?
What are main panes available in qtp test browser?
how to write xml output check point bu useing descriptive programing .means without useing output check point
Hi Sudhananda, plz send me the QTP framework with any diagram and PPTS . I want to switch to automatio, I done QTP from professional person, but he does not give me his knowledge properly. so pls help me Thaks send me on following address mirajkar.akash@gmail.com
What are the data types in qtp?
What is difference between run time object and test object?
How do we analyze the checkpoint results?
hi, can u tell me the QTP TEsting process in present real time companies?(beware of this... now a days Recording is not using,, only DP) and don't tell note book answers like step 1 spep2....like this .......post answer with professional skills in simple english words) thank u
What is the file extension of the code file in qtp?
How to Get the Run-time value of an object under that web app under Test to the local data table sheet of that Action?
What is different command used in command Prompt while using QTP?
How to customize qtp?
Is it possible to call win runner script in qtp?
Give the syntax to load function at run time.