How to pass parameters to Actions

Pls anybody can give the answer.. Thanks in advance...

Answer Posted / m.hemakumar

RunAction "ActionName",oneiteration,"inputparameter1","input
parameter2","outputparameter"

Note:
1)outputparameter is specified when called action returning
any value

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to perform cross platform testing and cross browser testing using qtp? Can you explain giving some example?

635


how to write xml output check point bu useing descriptive programing .means without useing output check point

1745


what testplan contents and what test strategy contents,what is the diff b/w them

1734


Can we create a qtp test from qc?

684


I have qtp 9.5 demo ver,I am not able to record the yahoo broeser.so anyone can tell me what setting i have to do in QTP for yahoo brower recording. why its not recognise the object of yahoo browser????

2267






How to suppress warnings from the test results page?

690


How to create a standard checkpoint ?

642


What are the recording modes in qtp?

674


How to use output values in qtp ?

641


How to give a call to another action from one action?

709


"What are the common constrains that we need to consider when we prepare testcases for ASP application". Thanks in Advance...

1551


i have two questions for regular expression :- Q1. I have date pattern eg-29/11/2011 29-11-2011 29.11.2011 Que- if any separator is there between date,month and year pattern should match else it should not match eg- pattern should not match in case of 2911-2011 Q2. let say i have a string and there is a number in between of that string eg.-Amount 30002.234 successfully credited to your account . now i have to match this pattern in such a way that even if decimal is not there pattern should match ,how i will do this using regular expression

1132


What is the extension of the qtp local repository?

647


If created one virtual object? Next time I changed the window position will it work?

686


How to read a text file from QC using QTP. I would like to do something like this. But instead read a file from QC and NOT from my local drive. Set fso = CreateObject("Scripting.FileSystemObject") Set InputFile = fso.OpenTextFile("C:\test.txt", ForReading) Thanks

2859