How to call script1 into script2?
Answers were Sorted based on User's Feedback
Answer / uday kumar_anem
We can also call an action at run time using:
RunAciton "Action#[Script Name]"
Ex: RunAction "Action1[SampleScript]"
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / rangu
1. Make script1 as External action and save the test.
2. Call script1 in script2 using Call to Copy of Action or
Call to Existing Action.
We can call the External Action in any action in any test
Note:- If we use Reusable Action, We can use this action
within the test but not other test.
Synatx:-
Run Action "Action Name[Reusable Action]",
Iteration,Parameters
| Is This Answer Correct ? | 0 Yes | 0 No |
what is difference between analog and low level recording
What is the difference between Recover Scenario(screen) and on Error Resume Next(code)
What frame work ur using in QTP in ur current company?
Can any suggest me what is exposure testing?
what is compiled module?
What are the 3 main stages involved in testing with qtp?
how do you done Data-driven test using MS-Word Instead of DataTable
Friends please let me know how id following possible in QTP: Can I apply conditional loop on a bitmap/image or any other checkpoint. Like if checkpoint passes then if or Else
Without QTP (or any Testing tool) can we able to test the GUI part of the Applications. for Example generating the Scripts in Notepad and Executing them Using VB. Is it Possible to do so..
Which object repository we use in real time and can we merge 2 object repostiory and how?
If you are using descriptive programming and you have two objects with the same name, so you are identiying them by name and index, how can you avoid errors if a third object with the same name is added at the begining of the page?
can u explain relative path architecture framework in qtp?