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 frame work ur using in QTP in ur current company?
Diff between Test Stratergy and Test Plan? Diff b/w Test design ansd test case design?
How is recording done when a application is over lapping the QTP application it gives a message object not recorded
How to load the object repository at run time?
What is the difference between keyword driven frameworkd and Modularisation framework?(Chandana)
how can we merge the object repositories?is ther any option in qtp to merge the object repositories if we have two or three object repositories?
why we use check points , In qtp we use the any check points , what r they , when and why
how can i call function (which has link with excell sheet at a remote location) within another function
give one example where you have used regular expression?
Hi .. i want to write the script for the combo nox list . For example if any combo box having a multipul itme. So how can i retrive each item for each iteration ? help me out .
Can we call a parameter from an action to other action?
For example you are checking bit map check point before coming to the results. How can you say it is passed? Or failed? Anyways?