Answer Posted / bluemoon_bala
From the information, i understand that u have written a
function and trying to pass values to that funciton..
Here is an example:
I have created a function called Add and taken two arguments
" a" and "b". And called that function by passing the values
as 2 and 3
Function Add(a,b)
c=a+b
msgbox c
end function
add 2,3
| Is This Answer Correct ? | 2 Yes | 4 No |
Post New Answer View All Answers
if numbers are always changing write a script for that
Problem with XML checkpoint in QTP ?
Which scripting language used by quicktest professional (qtp)?
Explain different types of checkpoints?
What is Test Fusion Report in QTP?
what is key word driven frame work ? why it is called like that ? what is the diference between keyword driven and data driven frame work ?
what testplan contents and what test strategy contents,what is the diff b/w them
How to suppress warnings from the test results page?
What is difference between Recording time object identification and Run time (Execution) time.
What is RTM (require ment tracebulity marix) fromate?
Explain different types of action in qtp?
What is the difference in the global and action sheet in qtp?
In the application that I'm testing is having a WYSIWIYG editor.QTP is recording editor's body as web element. I want to add some data to this web Element at run time. The problem is that I cant find a method to add contents to this web Element. Can any one come up with an answer for this. Thankx.
They asked by using qtp recording writing scripting
1. What is the difference between Keyword and function in the keyword driven framework? 2. How do you associate Keywords to the script ?