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 |
can anyone tell me how to search a word/line in a document and to paste it in another file? Thanks in advance.
What is creation time property and how does it work?
What is the difference between low level recording and virtual object.
regular expression
I have a login page like username, password and login. I have to pass the 50 user names and 50 passwords but how can i test this page with out using parameters?
If we are record a same web page for 2 times.1st time it is showing 6 objects in the Object Repository and for the 2nd time it is showing like 7 Objects in the Object Repository why it is happening
what are the mandatory properties for a tex boxc (scenario?)
Discuss quicktest professional (qtp) environment?
what is the script to select 2 or more than 2 options from a listbox.
can anyone tell me what to say in interview when interviewer asks about "tell me about your framework in your project"?
Explain how you can find length of array in qtp?
from what stage you will start automation in your project