How to pass parameters to Actions
Pls anybody can give the answer.. Thanks in advance...
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / akshar jain,automation test en
go to test settings there environment & add ur object name
type
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the basic concept of quicktest professional (qtp)?
what is the Exact Meaning of Environment Variables?
How QTP identify the system time that's changes every seconds?
I encountered with very strange problem in qtp while writing the script i written the code window"regexpwndclass:=XLMAIN").window"regexpwndtitle:=Open" ).Exit this code was working fine for about 10-15 times i executed the script but after some time qtp started giving the error with the same code the error is "Object doesnt support this method or function window(...).window(..)" then i modified the code with only window"regexpwndtitle:=Open").Exit in place of window"regexpwndclass:=XLMAIN").window"regexpwndtitle:=Open" ).Exit now again its working fine i cannot understand what thing is creating the problem if same code executed successfully in starting for about 10 times then why it is giving the error now can anyone give the reason .
hi.what is exactly mean by real time frame work? every institute teach Framework is nothing but having 6 to 7 folders..and save repositories functions keywords and scripts? this is enough or not? can we beleive?
HOW CAN QTP AND TEST DIRECTOR CONNECTED TO THE DATABASE AND WHAT R THE OPTIONS?
What is smart identification in QTP?
Explain QTP using different development techniques ?
how to retrieve the column headers in database using vbscript statement in QTP
Explain step generator in qtp?
where the object repository is located?how to choose the object repository as shared or action object repositories?
Using Regular expression in Date format DD/MM/YYYY (0[1-9]|[12][0-9]|3[01])/(0[1-9]|1[12])/([0-9]{4}) in this regular expression year 0000 also accepted.I need atleast any one single digit must be nonzero value (like 0009,1000,0034)