How to pass parameters into an action.Please explain me
with examples
Answer Posted / pk
First you have to declare the Input/Output Parameters in the
Action Properties (Right click action icon and select). Then
you can access these parameters through the Parameter object.
Say you have declared two Input parameters
a (as number, value= 25) and
b ( as number, value = 30)
Then you can access these Action input parameter with in the
action using
c = parameter("a")+parameter("b")
msgbox c (should display 55)
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
how did u use automating testing tools in ur job?
Could anyone help me for the below scenario: i am using the descriptive programming for my account, in which we have to generate the contract in the MS-word. when i generate this doc, we need to click on enable macros to continue further. but i am unable to make qtp to click on this. if anybody faced the problem like this??? pls help to get it resolved? Thanks in advance
Explain the difference between call to action and copy action?
This is Karthic and my mail id is karthic.venkitapathi@gmail.com, please give me an idea to crack qtp 10
Excel sheet having some datas and some datas present in the application (in table). How will you compare these two datas? Write code to fetch datas from Excel sheet.
What is quick test pro?
what are the utilities and drivers
How to analyzing test results using quicktest professional (qtp)?
what is the difference btn risks & Therads in the Test plan documentation?
How to start recording using quicktest professional?
How does qtp recognize objects in aut?
What are the features supported by UFT?
what is test scheduleling?
Have you done batch testing in qtp? If yes how you are doing?
When you open QTP, how many sheets you can see?