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 |
give me the code for check point for validating application
HI. Plz Clarifie my doubt,having 2+yrs experience in Testing , But My accedamics(Xth,INTER) are Less than 60%, But B.Tech 72%. It creats any problem , When i change to any MNC. plz tell me......... lot of friends told it's a problem, Some people says NO problem, What .............
what is Unicode Compatibility ? HOw does this makes a diffrence from Winrunner.?
How to use Environment parameterization? Explain with an example.
How To Export The Screen Shoots Along With The Test Reports In QTP Version 10? Thanks In Advance SenthilKumar
Write a script to print below pattern 5 4 3 2 1 5 4 3 2 5 4 3 5 4 5
HI How to take screenshots of a Webpage and saving it in a external word document using QTP.
For QTP Test Engineer, What is his contribution to the Project? Means, As as automation test engineer what is his role in the current project?
hi guys, could you please prepare script for given format ? 1,1,2,3,5,8,13,21,...etc use vbscript for this...?
I want to open a Notepad window without recording a test and I do not want to use SystemUtil.Run command as well How do I do this?
What is an object repository?
suppose our project is developed using java technologies.after complition of the coding developer relesed a build to the testing team.so, what is the process means how we open that documents?what are that documents?plz give reply its urgent