what is the diff between Procedure and function
Answer Posted / denish
procedures may are may not return the value,
function must return the value,
procedurs and function can call other functions, but
it doesn't call procedures
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What are the differences between quicktest professional and winrunner?
How to build scripts that access data from external sources?
explain keyword driven framework with banking domain?
Is it possible to use two instances of UFT on the same machine? If not why?
What is environment variable in qtp and why to use it?
What is ‘object spy’ and what is the function of object spy in qtp?
Connect to QC using AOM.
If a button named "CLICK" is recorded in low level recording mode , what will be the values stored for "name" property of that button in object repository ?
How reliable are the site's Internet connections required to be? And how does that affect backup system or redundant connection requirements and testing?
How would you directly trigger javascript in a test?
How many scripts did you have?
Did QTP prove efficient for your project? Yes or No, explain?
If you have two monitors one is of 19inch and the 2nd one is of 24inch,if you want to write same QTP script in both the two monitors is there any changes required in the script?
how to download mercury qtp9.2 ny internet ?
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.