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
How to perform cross platform testing and cross browser testing using qtp? Can you explain giving some example?
how to write xml output check point bu useing descriptive programing .means without useing output check point
what testplan contents and what test strategy contents,what is the diff b/w them
Can we create a qtp test from qc?
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????
How to suppress warnings from the test results page?
How to create a standard checkpoint ?
What are the recording modes in qtp?
How to use output values in qtp ?
How to give a call to another action from one action?
"What are the common constrains that we need to consider when we prepare testcases for ASP application". Thanks in Advance...
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
What is the extension of the qtp local repository?
If created one virtual object? Next time I changed the window position will it work?
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