How do you return a value from a function
Answer / prabhakar
msgbox "returned value =" &example
function example()
a=2
b=3
example = a+b
end function.
| Is This Answer Correct ? | 2 Yes | 0 No |
Explain about invoking of application?
What is difference in global and action sheet in qtp?
.mtr ( modular test repository or mercury test repository) plz give correct answer??
1) 100 test boxes there in application. how to click 100 test boxes using vb script? 2) 100 objects there in web page,how we will store that 100 objects repostries?
where did you automate in your project?(please tell me example senarios)
How can we display the names of the buttons in the toolbar of a webpage
how you update scripts in qtp?
In Login two edit box which object class property value is same, How to enter into 2nd edit box in qtp by vbscript.
what is run action?
Today only i joined in this site. Can u please tell me definition of parameterization. and how i can do the parameterization?
How we can add objects to the object repository during the running?is it possible or not?explain
how can you write a script without using GUI in QTP?