11-20-2015, 04:45 PM
(This post was last modified: 11-20-2015, 04:51 PM by Hanskanika.)
Hello.. I am new to QTP. I am working in an automation project based on mainframe I am little bit confused with the concept of parameterization. what is the use of parameters tab in "Action properties" & parameters value in "Action call properties" ?
please find below the code-
with the above two lines,I know we are sending a parameter to the action named FormatForTenderAndConfirm and In that action we are writing the below code
Please explain in detail.
please find below the code-
Code:
IdentifyInput="A"
RunAction "FormatForTenderAndConfirm",oneIteration,IdentifyInput
with the above two lines,I know we are sending a parameter to the action named FormatForTenderAndConfirm and In that action we are writing the below code
Code:
IdentifyInput=parameter("IdentifyInput")
Please explain in detail.