I have 1 to 10 action are there, i want action1 output
becomes to action 10 input? pls any can give script for
this scenario?
Answer Posted / christopher thirumaran
All above ans are wrong.
We need to create Action-Parameter for both Actions.
For eg.
in Action1_Properties:(Input-Parameter: InputName, Type)
'Assigning the InputName value to the Variable
in Action1_Script: Action1_Param=Parameter("InputName")
in Action10 properties (Output-Parameter: OutPutName,
Type)
THEN
RunAction "Action1", OneIteration
RunAction "Action10", OneIteration, OutPutName
Tats all.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is the architecture of your project? Can any one answer for this question plz........
How can I import environment from a file on disk?
By using QTP can we record any log files written by the application which is in execution?
Explain the concept of object repository and how quicktest professional (qtp) recognises objects?
Is it possible to merge two object repository files in qtp?
I want to configure the OR and library files to a particular QTP test during run time. Note: OR and Library files are located in Quality Center. Is it possible in QTP? Anybody having code?
How to use userdifined environment variables.Once we created in Environment tab which is at File--> Settings-- >Environment-->Userdifined
why text area checkpoints cannot used for web applications
How many types of recording modes in qtp? Describe each type with an example where we use them?
How many lines of code in each script of QTP?
explain abt dyanamic changing object with example?
What are the different recording modes?
How did you use regular expressions in QTP and also in WR?
In order to select an automation tool for automating ur application, what r the things u need to consider? For eg i will go for automation; 1) When there is a lot of retesting and regression testing. 2) Return on investments. 3) Whether the tool supports the appln. 4)--------------, etc. Pls give me more number of points because my answer did not satisfy the interviewer. Very urgent pls
HOw to add the recovery file at runtime to the test file .