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 you write a script to check if the folder exists or not?
Can I import a excel sheet in Action1 datatable? How?
How to add verification steps to tests?
WHAT IS ENVIRONMENT VARIABLES?
How can we perfom Action and Component parameter.?
What is output value?
if mandatory and Assitive propertys are shows same how will u write skript in QTP window
How do we analyze the checkpoint results?
IF there are seven browsers with same name open. I want to close one particular browser thru QTP. how can i do this?
How do u override the meaning of a standard object in QTP?
what is the structure for the data driven framework
Hi could some one explan what is the use of the function Defination generator, And how to use the function defination generator.. Explan with the example..