For Passing Parameters from one Action to another Action we
will use Input & Output parameters. Can any one tell how to
use this Input & Output parameters with Example ?
Answers were Sorted based on User's Feedback
Answer / amit
use Action Parameters to pass value from one acion to another
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / saravanaraja
write the following script in Action1
dim a,b
a=10
RunAction "Action2",oneiteration, a,b
msgbox b
here a is the input parameter & b is the output parameter.
click Action 2 properties and give input parameter as a &
output parameter as b.
Write the following script in Action2:
dim c,d
c=parameter.item("a")
c=c+20
parameter.item("b")=c
Is This Answer Correct ? | 2 Yes | 1 No |
Count the number of radio buttons and randomly select one.
How to use the Object spy in QTP 8.0 version?
What is quicktest professional?
when there is a task that gets repeated in multiple scripts what do you do in QTP?
QTP9.1 does not support to text checkpoint in Windows application? Is this correct? If this is correct, what is alternative for Text checkpoint?
Hoe can we do retesting using functions please give the code for it using login page
How to swap two numbers by using parameter passing method byref in a fucntion and return the result to outside of the function?
I am sathish , i want to test the Application of JIL.org ,Mobile Emulator ,by using QTP10.0. I am trying to do testing on that Application , but Child Objects are not identified by the QTP. Please can any one help me
IS standard check point is very important than the other check points in QTP? If so why?
How to find operating system information using the qtp script?
When and why to use descriptive programming?
How many ways to configure the application in QTP,Explain