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 are "Ordinal Identifiers" and where it is used in QTP. AS FAR AS i KNOW, its is used to identify the object. but i want clarity regarding this.
In QTP where i have to concentrate more in the Interview point of View
Hello Guys, Can anybody Explain me about Automation framework?? and how can we prepareAutomation Framework using QTP
Connect to QC using AOM.
what is object spy
keyword driven framework having how many folders? explain folders in detail?
What are the drawbacks of QTP?
What is an environment variable?
can any one tell me the script to click on a button in the wintoolbar.
how to create external data table?
How to handle Recovery scenario in QTP. give detailed explanation about recovery scenario.
how do u retrieve data from a database ? i.e. i want to retrieve 2nd record only from a database ? write code for this. by using ADODB connecton, RSOBJ and using a FOR loop we can retrieve all the records( ex: if we give query as select * from emp). but i want only 2nd record. so how to acheive this.